#3B2881

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

Shades of Windsor #3B2881

Tints of Windsor #3B2881

Color information

#3B2881 (or 0x3B2881) is unknown color: approx Windsor. HEX triplet: 3B, 28 and 81. RGB value is (59,40,129). Sum of RGB (Red+Green+Blue) = 59+40+129=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B2881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2881 is #C4D77E. Grayscale: #373737. Windows color (decimal): -12900223 or 8464443. OLE color: 8464443.

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

Color convert

RGB5940129-
CMYK0.540.6900.49
HSL252.81º52.66%33.14%-
HSV(B)252.81º68.99%50.59%-
XYZ6.524.0321.2-
YUV55.83169.29130.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 129 (50.78% from 255) = 56.58%
R=25.88%
G=17.54%
B=56.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59401290.540.6900.49252.8152.6633.14
Hex3B28813645031fd3521
Octal7350201661050613756541
Binary111011101000100000011101101000101011000111111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,129); }

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

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

 a { background-color: rgb(59,40,129); }

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

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

 span { border-color: rgb(59,40,129); }

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