#3A059D

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

Shades of Indigo #3A059D

Tints of Indigo #3A059D

Color information

#3A059D (or 0x3A059D) is unknown color: approx Indigo. HEX triplet: 3A, 05 and 9D. RGB value is (58,5,157). Sum of RGB (Red+Green+Blue) = 58+5+157=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A059D is #C5FA62. Grayscale: #252525. Windows color (decimal): -12974691 or 10290490. OLE color: 10290490.

HSL color Cylindrical-coordinate representation of color #3A059D: hue angle of 260.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A059D is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB585157-
CMYK0.630.9700.38
HSL260.92º93.83%31.76%-
HSV(B)260.92º96.82%61.57%-
XYZ7.883.4432.15-
YUV38.17195.06142.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 157 (61.72% from 255) = 71.36%
R=26.36%
G=2.27%
B=71.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5851570.630.9700.38260.9293.8331.76
Hex3A59D3F610261055e20
Octal7252357714104640513640
Binary11101010110011101111111110000101001101000001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,157); }

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

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

 a { background-color: rgb(58,5,157); }

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

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

 span { border-color: rgb(58,5,157); }

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