#3F2075

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

Shades of Windsor #3F2075

Tints of Windsor #3F2075

Color information

#3F2075 (or 0x3F2075) is unknown color: approx Windsor. HEX triplet: 3F, 20 and 75. RGB value is (63,32,117). Sum of RGB (Red+Green+Blue) = 63+32+117=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2075 is #C0DF8A. Grayscale: #323232. Windows color (decimal): -12640139 or 7675967. OLE color: 7675967.

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

Color convert

RGB6332117-
CMYK0.460.7300.54
HSL261.88º57.05%29.22%-
HSV(B)261.88º72.65%45.88%-
XYZ5.783.3717.18-
YUV50.96165.27136.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=29.72%
G=15.09%
B=55.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63321170.460.7300.54261.8857.0529.22
Hex3F20752E49036106391d
Octal7740165561110664067135
Binary11111110000011101011011101001001011011010000011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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