#3F2379

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

Shades of Windsor #3F2379

Tints of Windsor #3F2379

Color information

#3F2379 (or 0x3F2379) is unknown color: approx Windsor. HEX triplet: 3F, 23 and 79. RGB value is (63,35,121). Sum of RGB (Red+Green+Blue) = 63+35+121=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2379 is #C0DC86. Grayscale: #343434. Windows color (decimal): -12639367 or 7938879. OLE color: 7938879.

HSL color Cylindrical-coordinate representation of color #3F2379: hue angle of 259.53º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2379 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6335121-
CMYK0.480.7100.53
HSL259.53º55.13%30.59%-
HSV(B)259.53º71.07%47.45%-
XYZ6.13.6418.47-
YUV53.18166.28135.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 121 (47.66% from 255) = 55.25%
R=28.77%
G=15.98%
B=55.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63351210.480.7100.53259.5355.1330.59
Hex3F23793047035104371f
Octal7743171601070654046737
Binary11111110001111110011100001000111011010110000010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,121); }

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

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

 a { background-color: rgb(63,35,121); }

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

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

 span { border-color: rgb(63,35,121); }

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