#3A2178

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

Shades of Windsor #3A2178

Tints of Windsor #3A2178

Color information

#3A2178 (or 0x3A2178) is unknown color: approx Windsor. HEX triplet: 3A, 21 and 78. RGB value is (58,33,120). Sum of RGB (Red+Green+Blue) = 58+33+120=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2178 is #C5DE87. Grayscale: #323232. Windows color (decimal): -12967560 or 7872826. OLE color: 7872826.

HSL color Cylindrical-coordinate representation of color #3A2178: hue angle of 257.24º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2178 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5833120-
CMYK0.520.7200.53
HSL257.24º56.86%30%-
HSV(B)257.24º72.5%47.06%-
XYZ5.683.3418.12-
YUV50.39167.28133.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=27.49%
G=15.64%
B=56.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58331200.520.7200.53257.2456.8630
Hex3A21783448035101391e
Octal7241170641100654017136
Binary11101010000111110001101001001000011010110000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,120); }

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

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

 a { background-color: rgb(58,33,120); }

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

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

 span { border-color: rgb(58,33,120); }

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