Html Css Color HEX #3A0061 Indigo

📋 copy color: '#3A0061'

red 58 ◦ green 0 ◦ blue 97

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

Shades of Indigo #3A0061

Tints of Indigo #3A0061

RGB

 RED value IS 58 (23.05% from 255) = 37.42%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 62.58%

R = 37.42%
G = 0%
B = 62.58%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A0061 (or 0x3A0061) is known color: Indigo. HEX triplet: 3A, 00 and 61. RGB value is (58,0,97). Sum of RGB (Red+Green+Blue) = 58+0+97=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0061 is #C5FF9E. Grayscale: #1C1C1C. Windows color (decimal): -12976031 or 6357050. OLE color: 6357050.

HSL color Cylindrical-coordinate representation of color #3A0061: hue angle of 275.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0061 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 0 97 -
CMYK 0.40 1 0 0.62
HSL 275.88º 1% 0.19% -
HSV(B) 275.88º 1% 0.38% -
XYZ 3.9 1.76 11.44 -
YUV 28.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 58 0 97 0.40 1 0 0.62 275.88 1 0.19
Hex 3A 0 61 28 64 0 3E 114 64 13
Octal 72 0 141 50 144 0 76 424 144 23
Binary 111010 0 1100001 101000 1100100 0 111110 100010100 1100100 10011

Color Harmonies of #3A0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0061

Black with #3A0061

Text Example


Text Example

White with #3A0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A0061;
 }
 .AnyTagClassName
 {
   color: #3A0061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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