#3B2478

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

Shades of Windsor #3B2478

Tints of Windsor #3B2478

Color information

#3B2478 (or 0x3B2478) is unknown color: approx Windsor. HEX triplet: 3B, 24 and 78. RGB value is (59,36,120). Sum of RGB (Red+Green+Blue) = 59+36+120=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2478 is #C4DB87. Grayscale: #343434. Windows color (decimal): -12901256 or 7873595. OLE color: 7873595.

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

Color convert

RGB5936120-
CMYK0.510.700.53
HSL256.43º53.85%30.59%-
HSV(B)256.43º70%47.06%-
XYZ5.823.5518.15-
YUV52.45166.12132.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=27.44%
G=16.74%
B=55.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59361200.510.700.53256.4353.8530.59
Hex3B24783346035100361f
Octal7344170631060654006637
Binary11101110010011110001100111000110011010110000000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,120); }

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

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

 a { background-color: rgb(59,36,120); }

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

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

 span { border-color: rgb(59,36,120); }

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