#3A06A2

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

Shades of Indigo #3A06A2

Tints of Indigo #3A06A2

Color information

#3A06A2 (or 0x3A06A2) is unknown color: approx Indigo. HEX triplet: 3A, 06 and A2. RGB value is (58,6,162). Sum of RGB (Red+Green+Blue) = 58+6+162=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A06A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A06A2 is #C5F95D. Grayscale: #262626. Windows color (decimal): -12974430 or 10618426. OLE color: 10618426.

HSL color Cylindrical-coordinate representation of color #3A06A2: hue angle of 260º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A06A2 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB586162-
CMYK0.640.9600.36
HSL260º92.86%32.94%-
HSV(B)260º96.3%63.53%-
XYZ8.333.6434.45-
YUV39.33197.23141.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 162 (63.67% from 255) = 71.68%
R=25.66%
G=2.65%
B=71.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5861620.640.9600.3626092.8632.94
Hex3A6A240600241045d21
Octal72624210014004440413541
Binary111010110101000101000000110000001001001000001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A06A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,162); }

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

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

 a { background-color: rgb(58,6,162); }

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

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

 span { border-color: rgb(58,6,162); }

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