#3A2173

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

Shades of Windsor #3A2173

Tints of Windsor #3A2173

Color information

#3A2173 (or 0x3A2173) is unknown color: approx Windsor. HEX triplet: 3A, 21 and 73. RGB value is (58,33,115). Sum of RGB (Red+Green+Blue) = 58+33+115=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2173 is #C5DE8C. Grayscale: #313131. Windows color (decimal): -12967565 or 7545146. OLE color: 7545146.

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

Color convert

RGB5833115-
CMYK0.500.7100.55
HSL258.29º55.41%29.02%-
HSV(B)258.29º71.3%45.1%-
XYZ5.383.2316.56-
YUV49.82164.78133.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=28.16%
G=16.02%
B=55.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58331150.500.7100.55258.2955.4129.02
Hex3A21733247037102371d
Octal7241163621070674026735
Binary11101010000111100111100101000111011011110000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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