Html Css Color HEX #4601AA Indigo

📋 copy color: '#4601AA'

red 70 ◦ green 1 ◦ blue 170

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

Shades of Indigo #4601AA

Tints of Indigo #4601AA

RGB

 RED value IS 70 (27.73% from 255) = 29.05%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 29.05%
G = 0.41%
B = 70.54%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4601AA (or 0x4601AA) is known color: Indigo. HEX triplet: 46, 01 and AA. RGB value is (70,1,170). Sum of RGB (Red+Green+Blue) = 70+1+170=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4601AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4601AA is #B9FE55. Grayscale: #282828. Windows color (decimal): -12189270 or 11141446. OLE color: 11141446.

HSL color Cylindrical-coordinate representation of color #4601AA: hue angle of 264.5º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601AA is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 1 170 -
CMYK 0.59 0.99 0 0.33
HSL 264.5º 0.99% 0.34% -
HSV(B) 264.5º 0.99% 0.67% -
XYZ 9.79 4.23 38.33 -
YUV 40.9 200.86 148.76 -
System Red Green Blue C M Y K H S L
Decimal 70 1 170 0.59 0.99 0 0.33 264.5 0.99 0.34
Hex 46 1 AA 3B 63 0 21 108 63 22
Octal 106 1 252 73 143 0 41 410 143 42
Binary 1000110 1 10101010 111011 1100011 0 100001 100001000 1100011 100010

Color Harmonies of #4601AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601AA

Black with #4601AA

Text Example


Text Example

White with #4601AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4601AA; }

 p { color: rgb(70,1,170); }

 H1.HeaderClassName
 {
   color: #4601AA;
 }
 .AnyTagClassName
 {
   color: #4601AA;
 }
</style>

background-color css

<style>
 a { background-color: #4601AA; }

 a { background-color: rgb(70,1,170); }

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

border-color css

<style>
 span { border-color: #4601AA; }

 span { border-color: rgb(70,1,170); }

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