#3F217B

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

Shades of Windsor #3F217B

Tints of Windsor #3F217B

Color information

#3F217B (or 0x3F217B) is unknown color: approx Windsor. HEX triplet: 3F, 21 and 7B. RGB value is (63,33,123). Sum of RGB (Red+Green+Blue) = 63+33+123=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F217B is #C0DE84. Grayscale: #333333. Windows color (decimal): -12639877 or 8069439. OLE color: 8069439.

HSL color Cylindrical-coordinate representation of color #3F217B: hue angle of 260º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F217B is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6333123-
CMYK0.490.7300.52
HSL260º57.69%30.59%-
HSV(B)260º73.17%48.24%-
XYZ6.173.5719.1-
YUV52.23167.94135.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=28.77%
G=15.07%
B=56.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63331230.490.7300.5226057.6930.59
Hex3F217B31490341043a1f
Octal7741173611110644047237
Binary11111110000111110111100011001001011010010000010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,123); }

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

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

 a { background-color: rgb(63,33,123); }

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

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

 span { border-color: rgb(63,33,123); }

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