#3A019B

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

Shades of Indigo #3A019B

Tints of Indigo #3A019B

Color information

#3A019B (or 0x3A019B) is unknown color: approx Indigo. HEX triplet: 3A, 01 and 9B. RGB value is (58,1,155). Sum of RGB (Red+Green+Blue) = 58+1+155=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A019B is #C5FE64. Grayscale: #232323. Windows color (decimal): -12975717 or 10158394. OLE color: 10158394.

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

Color convert

RGB581155-
CMYK0.630.9900.39
HSL262.21º98.72%30.59%-
HSV(B)262.21º99.35%60.78%-
XYZ7.673.2931.24-
YUV35.6195.38143.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 155 (60.94% from 255) = 72.43%
R=27.10%
G=0.47%
B=72.43%

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
Decimal5811550.630.9900.39262.2198.7230.59
Hex3A19B3F63027106631f
Octal7212337714304740614337
Binary11101011001101111111111000110100111100000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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