#3A036A

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

Shades of Indigo #3A036A

Tints of Indigo #3A036A

Color information

#3A036A (or 0x3A036A) is unknown color: approx Indigo. HEX triplet: 3A, 03 and 6A. RGB value is (58,3,106). Sum of RGB (Red+Green+Blue) = 58+3+106=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A036A is #C5FC95. Grayscale: #1E1E1E. Windows color (decimal): -12975254 or 6947642. OLE color: 6947642.

HSL color Cylindrical-coordinate representation of color #3A036A: hue angle of 272.04º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A036A is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB583106-
CMYK0.450.9700.58
HSL272.04º94.5%21.37%-
HSV(B)272.04º97.17%41.57%-
XYZ4.382.0113.79-
YUV31.19170.22147.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 106 (41.80% from 255) = 63.47%
R=34.73%
G=1.80%
B=63.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5831060.450.9700.58272.0494.521.37
Hex3A36A2D6103A1105e15
Octal7231525514107242013625
Binary11101011110101010110111000010111010100010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,106); }

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

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

 a { background-color: rgb(58,3,106); }

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

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

 span { border-color: rgb(58,3,106); }

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