Html Css Color HEX #392795 Dark Slate Blue

📋 copy color: '#392795'

red 57 ◦ green 39 ◦ blue 149

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

Shades of Dark Slate Blue #392795

Tints of Dark Slate Blue #392795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 23.27%
G = 15.92%
B = 60.82%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392795 (or 0x392795) is known color: Dark Slate Blue. HEX triplet: 39, 27 and 95. RGB value is (57,39,149). Sum of RGB (Red+Green+Blue) = 57+39+149=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #392795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392795 is #C6D86A. Grayscale: #383838. Windows color (decimal): -13031531 or 9774905. OLE color: 9774905.

HSL color Cylindrical-coordinate representation of color #392795: hue angle of 249.82º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392795 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 39 149 -
CMYK 0.62 0.74 0 0.42
HSL 249.82º 0.59% 0.37% -
HSV(B) 249.82º 0.74% 0.58% -
XYZ 7.84 4.49 28.89 -
YUV 56.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 57 39 149 0.62 0.74 0 0.42 249.82 0.59 0.37
Hex 39 27 95 3E 4A 0 2A FA 3B 25
Octal 71 47 225 76 112 0 52 372 73 45
Binary 111001 100111 10010101 111110 1001010 0 101010 11111010 111011 100101

Color Harmonies of #392795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392795

Black with #392795

Text Example


Text Example

White with #392795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392795; }

 p { color: rgb(57,39,149); }

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

background-color css

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

 a { background-color: rgb(57,39,149); }

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

border-color css

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

 span { border-color: rgb(57,39,149); }

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