Html Css Color HEX #39247F Windsor

📋 copy color: '#39247F'

red 57 ◦ green 36 ◦ blue 127

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

Shades of Windsor #39247F

Tints of Windsor #39247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 25.91%
G = 16.36%
B = 57.73%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39247F (or 0x39247F) is known color: Windsor. HEX triplet: 39, 24 and 7F. RGB value is (57,36,127). Sum of RGB (Red+Green+Blue) = 57+36+127=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #39247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39247F is #C6DB80. Grayscale: #343434. Windows color (decimal): -13032321 or 8332345. OLE color: 8332345.

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

Color convert

RGB 57 36 127 -
CMYK 0.55 0.72 0 0.50
HSL 253.85º 0.56% 0.32% -
HSV(B) 253.85º 0.72% 0.5% -
XYZ 6.15 3.66 20.46 -
YUV 52.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 57 36 127 0.55 0.72 0 0.50 253.85 0.56 0.32
Hex 39 24 7F 37 48 0 32 FE 38 20
Octal 71 44 177 67 110 0 62 376 70 40
Binary 111001 100100 1111111 110111 1001000 0 110010 11111110 111000 100000

Color Harmonies of #39247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39247F

Black with #39247F

Text Example


Text Example

White with #39247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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