#3f1e72

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

Shades of Windsor #3F1E72

Tints of Windsor #3F1E72

Color information

#3F1E72 (or 0x3F1E72) is unknown color: approx Windsor. HEX triplet: 3F, 1E and 72. RGB value is (63,30,114). Sum of RGB (Red+Green+Blue) = 63+30+114=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E72 is #C0E18D. Grayscale: #313131. Windows color (decimal): -12640654 or 7478847. OLE color: 7478847.

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

Color convert

RGB6330114-
CMYK0.450.7400.55
HSL263.57º58.33%28.24%-
HSV(B)263.57º73.68%44.71%-
XYZ5.553.216.24-
YUV49.44164.43137.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=30.43%
G=14.49%
B=55.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63301140.450.7400.55263.5758.3328.24
Hex3F1E722D4A0371083a1c
Octal7736162551120674107234
Binary1111111111011100101011011001010011011110000100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1e72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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