Html Css Color HEX #392875 Windsor

📋 copy color: '#392875'

red 57 ◦ green 40 ◦ blue 117

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

Shades of Windsor #392875

Tints of Windsor #392875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 26.64%
G = 18.69%
B = 54.67%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392875 (or 0x392875) is known color: Windsor. HEX triplet: 39, 28 and 75. RGB value is (57,40,117). Sum of RGB (Red+Green+Blue) = 57+40+117=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #392875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392875 is #C6D78A. Grayscale: #353535. Windows color (decimal): -13031307 or 7678009. OLE color: 7678009.

HSL color Cylindrical-coordinate representation of color #392875: hue angle of 253.25º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392875 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 40 117 -
CMYK 0.51 0.66 0 0.54
HSL 253.25º 0.49% 0.31% -
HSV(B) 253.25º 0.66% 0.46% -
XYZ 5.66 3.67 17.24 -
YUV 53.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 57 40 117 0.51 0.66 0 0.54 253.25 0.49 0.31
Hex 39 28 75 33 42 0 36 FD 31 1F
Octal 71 50 165 63 102 0 66 375 61 37
Binary 111001 101000 1110101 110011 1000010 0 110110 11111101 110001 11111

Color Harmonies of #392875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392875

Black with #392875

Text Example


Text Example

White with #392875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392875; }

 p { color: rgb(57,40,117); }

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

background-color css

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

 a { background-color: rgb(57,40,117); }

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

border-color css

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

 span { border-color: rgb(57,40,117); }

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