#3F1F72

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

Shades of Windsor #3F1F72

Tints of Windsor #3F1F72

Color information

#3F1F72 (or 0x3F1F72) is unknown color: approx Windsor. HEX triplet: 3F, 1F and 72. RGB value is (63,31,114). Sum of RGB (Red+Green+Blue) = 63+31+114=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F72 is #C0E08D. Grayscale: #313131. Windows color (decimal): -12640398 or 7479103. OLE color: 7479103.

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

Color convert

RGB6331114-
CMYK0.450.7300.55
HSL263.13º57.24%28.43%-
HSV(B)263.13º72.81%44.71%-
XYZ5.583.2516.25-
YUV50.03164.1137.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=30.29%
G=14.90%
B=54.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63311140.450.7300.55263.1357.2428.43
Hex3F1F722D49037107391c
Octal7737162551110674077134
Binary1111111111111100101011011001001011011110000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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