#3A029C

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

Shades of Indigo #3A029C

Tints of Indigo #3A029C

Color information

#3A029C (or 0x3A029C) is unknown color: approx Indigo. HEX triplet: 3A, 02 and 9C. RGB value is (58,2,156). Sum of RGB (Red+Green+Blue) = 58+2+156=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A029C is #C5FD63. Grayscale: #232323. Windows color (decimal): -12975460 or 10224186. OLE color: 10224186.

HSL color Cylindrical-coordinate representation of color #3A029C: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A029C is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB582156-
CMYK0.630.9900.39
HSL261.82º97.47%30.98%-
HSV(B)261.82º98.72%61.18%-
XYZ7.773.3431.69-
YUV36.3195.55143.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 156 (61.33% from 255) = 72.22%
R=26.85%
G=0.93%
B=72.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5821560.630.9900.39261.8297.4730.98
Hex3A29C3F63027106611f
Octal7222347714304740614137
Binary111010101001110011111111000110100111100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,156); }

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

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

 a { background-color: rgb(58,2,156); }

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

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

 span { border-color: rgb(58,2,156); }

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