#3F2982

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

Shades of Windsor #3F2982

Tints of Windsor #3F2982

Color information

#3F2982 (or 0x3F2982) is unknown color: approx Windsor. HEX triplet: 3F, 29 and 82. RGB value is (63,41,130). Sum of RGB (Red+Green+Blue) = 63+41+130=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2982 is #C0D67D. Grayscale: #393939. Windows color (decimal): -12637822 or 8530239. OLE color: 8530239.

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

Color convert

RGB6341130-
CMYK0.520.6800.49
HSL254.83º52.05%33.53%-
HSV(B)254.83º68.46%50.98%-
XYZ6.874.2521.58-
YUV57.72168.79131.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=26.92%
G=17.52%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63411300.520.6800.49254.8352.0533.53
Hex3F29823444031ff3422
Octal7751202641040613776442
Binary111111101001100000101101001000100011000111111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,130); }

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

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

 a { background-color: rgb(63,41,130); }

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

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

 span { border-color: rgb(63,41,130); }

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