#3A01A1

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

Shades of Indigo #3A01A1

Tints of Indigo #3A01A1

Color information

#3A01A1 (or 0x3A01A1) is unknown color: approx Indigo. HEX triplet: 3A, 01 and A1. RGB value is (58,1,161). Sum of RGB (Red+Green+Blue) = 58+1+161=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A01A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A01A1 is #C5FE5E. Grayscale: #232323. Windows color (decimal): -12975711 or 10551610. OLE color: 10551610.

HSL color Cylindrical-coordinate representation of color #3A01A1: hue angle of 261.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01A1 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB581161-
CMYK0.640.9900.37
HSL261.38º98.77%31.76%-
HSV(B)261.38º99.38%63.14%-
XYZ8.193.4933.96-
YUV36.28198.38143.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=26.36%
G=0.45%
B=73.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5811610.640.9900.37261.3898.7731.76
Hex3A1A140630251056320
Octal72124110014304540514340
Binary1110101101000011000000110001101001011000001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A01A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,161); }

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

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

 a { background-color: rgb(58,1,161); }

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

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

 span { border-color: rgb(58,1,161); }

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