#3B2775

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

Shades of Windsor #3B2775

Tints of Windsor #3B2775

Color information

#3B2775 (or 0x3B2775) is unknown color: approx Windsor. HEX triplet: 3B, 27 and 75. RGB value is (59,39,117). Sum of RGB (Red+Green+Blue) = 59+39+117=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B2775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2775 is #C4D88A. Grayscale: #353535. Windows color (decimal): -12900491 or 7677755. OLE color: 7677755.

HSL color Cylindrical-coordinate representation of color #3B2775: hue angle of 255.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2775 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5939117-
CMYK0.500.6700.54
HSL255.38º50%30.59%-
HSV(B)255.38º66.67%45.88%-
XYZ5.743.6717.23-
YUV53.87163.63131.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=27.44%
G=18.14%
B=54.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59391170.500.6700.54255.385030.59
Hex3B27753243036ff321f
Octal7347165621030663776237
Binary1110111001111110101110010100001101101101111111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,117); }

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

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

 a { background-color: rgb(59,39,117); }

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

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

 span { border-color: rgb(59,39,117); }

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