#3B2278

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

Shades of Windsor #3B2278

Tints of Windsor #3B2278

Color information

#3B2278 (or 0x3B2278) is unknown color: approx Windsor. HEX triplet: 3B, 22 and 78. RGB value is (59,34,120). Sum of RGB (Red+Green+Blue) = 59+34+120=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B2278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2278 is #C4DD87. Grayscale: #323232. Windows color (decimal): -12901768 or 7873083. OLE color: 7873083.

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

Color convert

RGB5934120-
CMYK0.510.7200.53
HSL257.44º55.84%30.2%-
HSV(B)257.44º71.67%47.06%-
XYZ5.773.4318.13-
YUV51.28166.78133.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=27.70%
G=15.96%
B=56.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59341200.510.7200.53257.4455.8430.2
Hex3B22783348035101381e
Octal7342170631100654017036
Binary11101110001011110001100111001000011010110000000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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