Html Css Color HEX #39339E Dark Slate Blue

📋 copy color: '#39339E'

red 57 ◦ green 51 ◦ blue 158

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

Shades of Dark Slate Blue #39339E

Tints of Dark Slate Blue #39339E

RGB

 RED value IS 57 (22.66% from 255) = 21.43%

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

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 21.43%
G = 19.17%
B = 59.4%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39339E (or 0x39339E) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 9E. RGB value is (57,51,158). Sum of RGB (Red+Green+Blue) = 57+51+158=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #39339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39339E is #C6CC61. Grayscale: #404040. Windows color (decimal): -13028450 or 10367801. OLE color: 10367801.

HSL color Cylindrical-coordinate representation of color #39339E: hue angle of 243.36º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39339E is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 51 158 -
CMYK 0.64 0.68 0 0.38
HSL 243.36º 0.51% 0.41% -
HSV(B) 243.36º 0.68% 0.62% -
XYZ 9.04 5.71 32.97 -
YUV 64.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 57 51 158 0.64 0.68 0 0.38 243.36 0.51 0.41
Hex 39 33 9E 40 44 0 26 F3 33 29
Octal 71 63 236 100 104 0 46 363 63 51
Binary 111001 110011 10011110 1000000 1000100 0 100110 11110011 110011 101001

Color Harmonies of #39339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39339E

Black with #39339E

Text Example


Text Example

White with #39339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39339E; }

 p { color: rgb(57,51,158); }

 H1.HeaderClassName
 {
   color: #39339E;
 }
 .AnyTagClassName
 {
   color: #39339E;
 }
</style>

background-color css

<style>
 a { background-color: #39339E; }

 a { background-color: rgb(57,51,158); }

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

border-color css

<style>
 span { border-color: #39339E; }

 span { border-color: rgb(57,51,158); }

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