Html Css Color HEX #39287E Windsor

📋 copy color: '#39287E'

red 57 ◦ green 40 ◦ blue 126

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

Shades of Windsor #39287E

Tints of Windsor #39287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56.5%

R = 25.56%
G = 17.94%
B = 56.5%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39287E (or 0x39287E) is known color: Windsor. HEX triplet: 39, 28 and 7E. RGB value is (57,40,126). Sum of RGB (Red+Green+Blue) = 57+40+126=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #39287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39287E is #C6D781. Grayscale: #363636. Windows color (decimal): -13031298 or 8267833. OLE color: 8267833.

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

Color convert

RGB 57 40 126 -
CMYK 0.55 0.68 0 0.51
HSL 251.86º 0.52% 0.33% -
HSV(B) 251.86º 0.68% 0.49% -
XYZ 6.21 3.89 20.16 -
YUV 54.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 57 40 126 0.55 0.68 0 0.51 251.86 0.52 0.33
Hex 39 28 7E 37 44 0 33 FC 34 21
Octal 71 50 176 67 104 0 63 374 64 41
Binary 111001 101000 1111110 110111 1000100 0 110011 11111100 110100 100001

Color Harmonies of #39287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39287E

Black with #39287E

Text Example


Text Example

White with #39287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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