#3A2772

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

Shades of Windsor #3A2772

Tints of Windsor #3A2772

Color information

#3A2772 (or 0x3A2772) is unknown color: approx Windsor. HEX triplet: 3A, 27 and 72. RGB value is (58,39,114). Sum of RGB (Red+Green+Blue) = 58+39+114=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2772 is #C5D88D. Grayscale: #343434. Windows color (decimal): -12966030 or 7481146. OLE color: 7481146.

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

Color convert

RGB5839114-
CMYK0.490.6600.55
HSL255.2º49.02%30%-
HSV(B)255.2º65.79%44.71%-
XYZ5.513.5716.32-
YUV53.23162.29131.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=27.49%
G=18.48%
B=54.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58391140.490.6600.55255.249.0230
Hex3A27723142037ff311e
Octal7247162611020673776136
Binary1110101001111110010110001100001001101111111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,114); }

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

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

 a { background-color: rgb(58,39,114); }

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

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

 span { border-color: rgb(58,39,114); }

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