#3B2077

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

Shades of Windsor #3B2077

Tints of Windsor #3B2077

Color information

#3B2077 (or 0x3B2077) is unknown color: approx Windsor. HEX triplet: 3B, 20 and 77. RGB value is (59,32,119). Sum of RGB (Red+Green+Blue) = 59+32+119=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2077 is #C4DF88. Grayscale: #313131. Windows color (decimal): -12902281 or 7807035. OLE color: 7807035.

HSL color Cylindrical-coordinate representation of color #3B2077: hue angle of 258.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2077 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5932119-
CMYK0.500.7300.53
HSL258.62º57.62%29.61%-
HSV(B)258.62º73.11%46.67%-
XYZ5.653.2917.79-
YUV49.99166.95134.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.10%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=28.10%
G=15.24%
B=56.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59321190.500.7300.53258.6257.6229.61
Hex3B207732490351033a1e
Octal7340167621110654037236
Binary11101110000011101111100101001001011010110000001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,119); }

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

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

 a { background-color: rgb(59,32,119); }

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

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

 span { border-color: rgb(59,32,119); }

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