#3F2472

Color #3F2472 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3F2472

Tints of Windsor #3F2472

Color information

#3F2472 (or 0x3F2472) is unknown color: approx Windsor. HEX triplet: 3F, 24 and 72. RGB value is (63,36,114). Sum of RGB (Red+Green+Blue) = 63+36+114=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2472 is #C0DB8D. Grayscale: #343434. Windows color (decimal): -12639118 or 7480383. OLE color: 7480383.

HSL color Cylindrical-coordinate representation of color #3F2472: hue angle of 260.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2472 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6336114-
CMYK0.450.6800.55
HSL260.77º52%29.41%-
HSV(B)260.77º68.42%44.71%-
XYZ5.723.5316.3-
YUV52.96162.45135.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=29.58%
G=16.90%
B=53.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63361140.450.6800.55260.775229.41
Hex3F24722D44037105341d
Octal7744162551040674056435
Binary11111110010011100101011011000100011011110000010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2472; }

 p { color: rgb(63,36,114); }

 H1.HeaderClassName
 {
   color: #3F2472;
 }
 .AnyTagClassName
 {
   color: #3F2472;
 }
</style>
background-color css

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

 a { background-color: rgb(63,36,114); }

 div.DivClassName
 {
   background-color: #3F2472;
 }
 .BgClassName
 {
   background-color: #3F2472;
 }
</style>
border-color css

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

 span { border-color: rgb(63,36,114); }

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