#3F208A

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

Shades of Windsor #3F208A

Tints of Windsor #3F208A

Color information

#3F208A (or 0x3F208A) is unknown color: approx Windsor. HEX triplet: 3F, 20 and 8A. RGB value is (63,32,138). Sum of RGB (Red+Green+Blue) = 63+32+138=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F208A is #C0DF75. Grayscale: #343434. Windows color (decimal): -12640118 or 9052223. OLE color: 9052223.

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

Color convert

RGB6332138-
CMYK0.540.7700.46
HSL257.55º62.35%33.33%-
HSV(B)257.55º76.81%54.12%-
XYZ7.153.9224.43-
YUV53.35175.77134.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=27.04%
G=13.73%
B=59.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63321380.540.7700.46257.5562.3533.33
Hex3F208A364D02E1023e21
Octal7740212661150564027641
Binary1111111000001000101011011010011010101110100000010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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