#3F3078

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

Shades of Windsor #3F3078

Tints of Windsor #3F3078

Color information

#3F3078 (or 0x3F3078) is unknown color: approx Windsor. HEX triplet: 3F, 30 and 78. RGB value is (63,48,120). Sum of RGB (Red+Green+Blue) = 63+48+120=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F3078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3078 is #C0CF87. Grayscale: #3C3C3C. Windows color (decimal): -12636040 or 7876671. OLE color: 7876671.

HSL color Cylindrical-coordinate representation of color #3F3078: hue angle of 252.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3078 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6348120-
CMYK0.480.6000.53
HSL252.5º42.86%32.94%-
HSV(B)252.5º60%47.06%-
XYZ6.54.5318.3-
YUV60.69161.47129.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=27.27%
G=20.78%
B=51.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63481200.480.6000.53252.542.8632.94
Hex3F3078303C035fc2b21
Octal776017060740653745341
Binary1111111100001111000110000111100011010111111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,120); }

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

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

 a { background-color: rgb(63,48,120); }

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

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

 span { border-color: rgb(63,48,120); }

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