Html Css Color HEX #39358E Dark Slate Blue

📋 copy color: '#39358E'

red 57 ◦ green 53 ◦ blue 142

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

Shades of Dark Slate Blue #39358E

Tints of Dark Slate Blue #39358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 22.62%
G = 21.03%
B = 56.35%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39358E (or 0x39358E) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 8E. RGB value is (57,53,142). Sum of RGB (Red+Green+Blue) = 57+53+142=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #39358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39358E is #C6CA71. Grayscale: #3F3F3F. Windows color (decimal): -13027954 or 9319737. OLE color: 9319737.

HSL color Cylindrical-coordinate representation of color #39358E: hue angle of 242.7º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39358E is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 53 142 -
CMYK 0.60 0.63 0 0.44
HSL 242.7º 0.46% 0.38% -
HSV(B) 242.7º 0.63% 0.56% -
XYZ 7.84 5.37 26.21 -
YUV 64.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 57 53 142 0.60 0.63 0 0.44 242.7 0.46 0.38
Hex 39 35 8E 3C 3F 0 2C F3 2E 26
Octal 71 65 216 74 77 0 54 363 56 46
Binary 111001 110101 10001110 111100 111111 0 101100 11110011 101110 100110

Color Harmonies of #39358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39358E

Black with #39358E

Text Example


Text Example

White with #39358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,53,142); }

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

background-color css

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

 a { background-color: rgb(57,53,142); }

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

border-color css

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

 span { border-color: rgb(57,53,142); }

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