#3F2575

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

Shades of Windsor #3F2575

Tints of Windsor #3F2575

Color information

#3F2575 (or 0x3F2575) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 75. RGB value is (63,37,117). Sum of RGB (Red+Green+Blue) = 63+37+117=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2575 is #C0DA8A. Grayscale: #353535. Windows color (decimal): -12638859 or 7677247. OLE color: 7677247.

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

Color convert

RGB6337117-
CMYK0.460.6800.54
HSL259.5º51.95%30.2%-
HSV(B)259.5º68.38%45.88%-
XYZ5.923.6617.22-
YUV53.89163.61134.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=29.03%
G=17.05%
B=53.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63371170.460.6800.54259.551.9530.2
Hex3F25752E44036104341e
Octal7745165561040664046436
Binary11111110010111101011011101000100011011010000010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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