#3F2275

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

Shades of Windsor #3F2275

Tints of Windsor #3F2275

Color information

#3F2275 (or 0x3F2275) is unknown color: approx Windsor. HEX triplet: 3F, 22 and 75. RGB value is (63,34,117). Sum of RGB (Red+Green+Blue) = 63+34+117=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2275 is #C0DD8A. Grayscale: #333333. Windows color (decimal): -12639627 or 7676479. OLE color: 7676479.

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

Color convert

RGB6334117-
CMYK0.460.7100.54
HSL260.96º54.97%29.61%-
HSV(B)260.96º70.94%45.88%-
XYZ5.833.4917.19-
YUV52.13164.61135.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=29.44%
G=15.89%
B=54.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63341170.460.7100.54260.9654.9729.61
Hex3F22752E47036105371e
Octal7742165561070664056736
Binary11111110001011101011011101000111011011010000010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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