#3F2875

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

Shades of Windsor #3F2875

Tints of Windsor #3F2875

Color information

#3F2875 (or 0x3F2875) is unknown color: approx Windsor. HEX triplet: 3F, 28 and 75. RGB value is (63,40,117). Sum of RGB (Red+Green+Blue) = 63+40+117=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2875 is #C0D78A. Grayscale: #373737. Windows color (decimal): -12638091 or 7678015. OLE color: 7678015.

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

Color convert

RGB6340117-
CMYK0.460.6600.54
HSL257.92º49.04%30.78%-
HSV(B)257.92º65.81%45.88%-
XYZ6.023.8617.26-
YUV55.65162.62133.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=28.64%
G=18.18%
B=53.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63401170.460.6600.54257.9249.0430.78
Hex3F28752E42036102311f
Octal7750165561020664026137
Binary11111110100011101011011101000010011011010000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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