#3A2981

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

Shades of Windsor #3A2981

Tints of Windsor #3A2981

Color information

#3A2981 (or 0x3A2981) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 81. RGB value is (58,41,129). Sum of RGB (Red+Green+Blue) = 58+41+129=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 41 (16.41% from 255 or 17.98% 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 #3A2981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2981 is #C5D67E. Grayscale: #373737. Windows color (decimal): -12965503 or 8464698. OLE color: 8464698.

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

Color convert

RGB5841129-
CMYK0.550.6800.49
HSL251.59º51.76%33.33%-
HSV(B)251.59º68.22%50.59%-
XYZ6.54.0721.21-
YUV56.12169.13129.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 129 (50.78% from 255) = 56.58%
R=25.44%
G=17.98%
B=56.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58411290.550.6800.49251.5951.7633.33
Hex3A29813744031fc3421
Octal7251201671040613746441
Binary111010101001100000011101111000100011000111111100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,129); }

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

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

 a { background-color: rgb(58,41,129); }

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

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

 span { border-color: rgb(58,41,129); }

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