Html Css Color HEX #3A339B Dark Slate Blue

📋 copy color: '#3A339B'

red 58 ◦ green 51 ◦ blue 155

#3A339B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3A339B

Tints of Dark Slate Blue #3A339B

RGB

 RED value IS 58 (23.05% from 255) = 21.97%

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 21.97%
G = 19.32%
B = 58.71%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A339B (or 0x3A339B) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 9B. RGB value is (58,51,155). Sum of RGB (Red+Green+Blue) = 58+51+155=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A339B is #C5CC64. Grayscale: #404040. Windows color (decimal): -12962917 or 10171194. OLE color: 10171194.

HSL color Cylindrical-coordinate representation of color #3A339B: hue angle of 244.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A339B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 51 155 -
CMYK 0.63 0.67 0 0.39
HSL 244.04º 0.5% 0.4% -
HSV(B) 244.04º 0.67% 0.61% -
XYZ 8.85 5.63 31.63 -
YUV 64.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 58 51 155 0.63 0.67 0 0.39 244.04 0.5 0.4
Hex 3A 33 9B 3F 43 0 27 F4 32 28
Octal 72 63 233 77 103 0 47 364 62 50
Binary 111010 110011 10011011 111111 1000011 0 100111 11110100 110010 101000

Color Harmonies of #3A339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A339B

Black with #3A339B

Text Example


Text Example

White with #3A339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A339B; }

 p { color: rgb(58,51,155); }

 H1.HeaderClassName
 {
   color: #3A339B;
 }
 .AnyTagClassName
 {
   color: #3A339B;
 }
</style>

background-color css

<style>
 a { background-color: #3A339B; }

 a { background-color: rgb(58,51,155); }

 div.DivClassName
 {
   background-color: #3A339B;
 }
 .BgClassName
 {
   background-color: #3A339B;
 }
</style>

border-color css

<style>
 span { border-color: #3A339B; }

 span { border-color: rgb(58,51,155); }

 td.TdClassName
 {
   border-color: #3A339B;
 }
 .TagClassName
 {
   border-color: #3A339B;
 }
</style>