#3F2574

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

Shades of Windsor #3F2574

Tints of Windsor #3F2574

Color information

#3F2574 (or 0x3F2574) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 74. RGB value is (63,37,116). Sum of RGB (Red+Green+Blue) = 63+37+116=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2574 is #C0DA8B. Grayscale: #353535. Windows color (decimal): -12638860 or 7611711. OLE color: 7611711.

HSL color Cylindrical-coordinate representation of color #3F2574: hue angle of 259.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2574 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6337116-
CMYK0.460.6800.55
HSL259.75º51.63%30%-
HSV(B)259.75º68.1%45.49%-
XYZ5.863.6416.92-
YUV53.78163.11134.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=29.17%
G=17.13%
B=53.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63371160.460.6800.55259.7551.6330
Hex3F25742E44037104341e
Octal7745164561040674046436
Binary11111110010111101001011101000100011011110000010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,116); }

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

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

 a { background-color: rgb(63,37,116); }

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

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

 span { border-color: rgb(63,37,116); }

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