#3F2470

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

Shades of Windsor #3F2470

Tints of Windsor #3F2470

Color information

#3F2470 (or 0x3F2470) is unknown color: approx Windsor. HEX triplet: 3F, 24 and 70. RGB value is (63,36,112). Sum of RGB (Red+Green+Blue) = 63+36+112=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2470 is #C0DB8F. Grayscale: #343434. Windows color (decimal): -12639120 or 7349311. OLE color: 7349311.

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

Color convert

RGB6336112-
CMYK0.440.6800.56
HSL261.32º51.35%29.02%-
HSV(B)261.32º67.86%43.92%-
XYZ5.613.4915.71-
YUV52.74161.45135.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=29.86%
G=17.06%
B=53.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63361120.440.6800.56261.3251.3529.02
Hex3F24702C44038105331d
Octal7744160541040704056335
Binary11111110010011100001011001000100011100010000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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