Html Css Color HEX #39247E Windsor

📋 copy color: '#39247E'

red 57 ◦ green 36 ◦ blue 126

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

Shades of Windsor #39247E

Tints of Windsor #39247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 26.03%
G = 16.44%
B = 57.53%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39247E (or 0x39247E) is known color: Windsor. HEX triplet: 39, 24 and 7E. RGB value is (57,36,126). Sum of RGB (Red+Green+Blue) = 57+36+126=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #39247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39247E is #C6DB81. Grayscale: #343434. Windows color (decimal): -13032322 or 8266809. OLE color: 8266809.

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

Color convert

RGB 57 36 126 -
CMYK 0.55 0.71 0 0.51
HSL 254º 0.56% 0.32% -
HSV(B) 254º 0.71% 0.49% -
XYZ 6.08 3.64 20.12 -
YUV 52.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 57 36 126 0.55 0.71 0 0.51 254 0.56 0.32
Hex 39 24 7E 37 47 0 33 FE 38 20
Octal 71 44 176 67 107 0 63 376 70 40
Binary 111001 100100 1111110 110111 1000111 0 110011 11111110 111000 100000

Color Harmonies of #39247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39247E

Black with #39247E

Text Example


Text Example

White with #39247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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