#3A2873

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

Shades of Windsor #3A2873

Tints of Windsor #3A2873

Color information

#3A2873 (or 0x3A2873) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 73. RGB value is (58,40,115). Sum of RGB (Red+Green+Blue) = 58+40+115=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2873 is #C5D78C. Grayscale: #353535. Windows color (decimal): -12965773 or 7546938. OLE color: 7546938.

HSL color Cylindrical-coordinate representation of color #3A2873: hue angle of 254.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A2873 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5840115-
CMYK0.500.6500.55
HSL254.4º48.39%30.39%-
HSV(B)254.4º65.22%45.1%-
XYZ5.63.6516.63-
YUV53.93162.46130.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=27.23%
G=18.78%
B=53.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58401150.500.6500.55254.448.3930.39
Hex3A28733241037fe301e
Octal7250163621010673766036
Binary1110101010001110011110010100000101101111111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,115); }

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

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

 a { background-color: rgb(58,40,115); }

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

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

 span { border-color: rgb(58,40,115); }

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