Html Css Color HEX #3A0071 Indigo

📋 copy color: '#3A0071'

red 58 ◦ green 0 ◦ blue 113

#3A0071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3A0071

Tints of Indigo #3A0071

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 value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A0071 (or 0x3A0071) is known color: 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

RGB 58 0 113 -
CMYK 0.49 1 0 0.56
HSL 270.8º 1% 0.22% -
HSV(B) 270.8º 1% 0.44% -
XYZ 4.73 2.09 15.78 -
YUV 30.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 58 0 113 0.49 1 0 0.56 270.8 1 0.22
Hex 3A 0 71 31 64 0 38 10F 64 16
Octal 72 0 161 61 144 0 70 417 144 26
Binary 111010 0 1110001 110001 1100100 0 111000 100001111 1100100 10110

Color Harmonies of #3A0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0071

Black with #3A0071

Text Example


Text Example

White with #3A0071

Text Example


Text Example

HTML Codes & Css Web 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>