#3A029B

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

Shades of Indigo #3A029B

Tints of Indigo #3A029B

Color information

#3A029B (or 0x3A029B) is unknown color: approx Indigo. HEX triplet: 3A, 02 and 9B. RGB value is (58,2,155). Sum of RGB (Red+Green+Blue) = 58+2+155=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A029B is #C5FD64. Grayscale: #232323. Windows color (decimal): -12975461 or 10158650. OLE color: 10158650.

HSL color Cylindrical-coordinate representation of color #3A029B: hue angle of 261.96º 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 #3A029B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB582155-
CMYK0.630.9900.39
HSL261.96º97.45%30.78%-
HSV(B)261.96º98.71%60.78%-
XYZ7.683.3131.24-
YUV36.19195.05143.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 155 (60.94% from 255) = 72.09%
R=26.98%
G=0.93%
B=72.09%

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
Decimal5821550.630.9900.39261.9697.4530.78
Hex3A29B3F63027106611f
Octal7222337714304740614137
Binary111010101001101111111111000110100111100000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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