#3F1C76

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

Shades of Windsor #3F1C76

Tints of Windsor #3F1C76

Color information

#3F1C76 (or 0x3F1C76) is unknown color: approx Windsor. HEX triplet: 3F, 1C and 76. RGB value is (63,28,118). Sum of RGB (Red+Green+Blue) = 63+28+118=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F1C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C76 is #C0E389. Grayscale: #303030. Windows color (decimal): -12641162 or 7740479. OLE color: 7740479.

HSL color Cylindrical-coordinate representation of color #3F1C76: hue angle of 263.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1C76 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6328118-
CMYK0.470.7600.54
HSL263.33º61.64%28.63%-
HSV(B)263.33º76.27%46.27%-
XYZ5.743.217.45-
YUV48.72167.1138.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=30.14%
G=13.40%
B=56.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63281180.470.7600.54263.3361.6428.63
Hex3F1C762F4C0361073e1d
Octal7734166571140664077635
Binary1111111110011101101011111001100011011010000011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,118); }

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

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

 a { background-color: rgb(63,28,118); }

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

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

 span { border-color: rgb(63,28,118); }

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