#3A0071

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

Shades of Indigo #3A0071

Tints of Indigo #3A0071

Color information

#3A0071 (or 0x3A0071) is unknown color: approx Indigo. HEX triplet: 3A, 00 and 71. RGB value is (58,0,113). Sum of RGB (Red+Green+Blue) = 58+0+113=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0071 is #C5FF8E. Grayscale: #1D1D1D. Windows color (decimal): -12976015 or 7405626. OLE color: 7405626.

HSL color Cylindrical-coordinate representation of color #3A0071: hue angle of 270.8º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0071 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB580113-
CMYK0.49100.56
HSL270.8º100%22.16%-
HSV(B)270.8º100%44.31%-
XYZ4.732.0915.78-
YUV30.22174.72147.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 66.08%
R=33.92%
G=0%
B=66.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5801130.49100.56270.810022.16
Hex3A071316403810f6416
Octal7201616114407041714426
Binary1110100111000111000111001000111000100001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,113); }

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

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

 a { background-color: rgb(58,0,113); }

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

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

 span { border-color: rgb(58,0,113); }

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