Html Css Color HEX #39287D Windsor

📋 copy color: '#39287D'

red 57 ◦ green 40 ◦ blue 125

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

Shades of Windsor #39287D

Tints of Windsor #39287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 25.68%
G = 18.02%
B = 56.31%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39287D (or 0x39287D) is known color: Windsor. HEX triplet: 39, 28 and 7D. RGB value is (57,40,125). Sum of RGB (Red+Green+Blue) = 57+40+125=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #39287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287D is #C6D782. Grayscale: #363636. Windows color (decimal): -13031299 or 8202297. OLE color: 8202297.

HSL color Cylindrical-coordinate representation of color #39287D: hue angle of 252º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39287D is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 40 125 -
CMYK 0.54 0.68 0 0.51
HSL 252º 0.52% 0.32% -
HSV(B) 252º 0.68% 0.49% -
XYZ 6.15 3.87 19.82 -
YUV 54.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 57 40 125 0.54 0.68 0 0.51 252 0.52 0.32
Hex 39 28 7D 36 44 0 33 FC 34 20
Octal 71 50 175 66 104 0 63 374 64 40
Binary 111001 101000 1111101 110110 1000100 0 110011 11111100 110100 100000

Color Harmonies of #39287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39287D

Black with #39287D

Text Example


Text Example

White with #39287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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