Html Css Color HEX #4600AB Indigo

📋 copy color: '#4600AB'

red 70 ◦ green 0 ◦ blue 171

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

Shades of Indigo #4600AB

Tints of Indigo #4600AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 29.05%
G = 0%
B = 70.95%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4600AB (or 0x4600AB) is known color: Indigo. HEX triplet: 46, 00 and AB. RGB value is (70,0,171). Sum of RGB (Red+Green+Blue) = 70+0+171=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #4600AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4600AB is #B9FF54. Grayscale: #272727. Windows color (decimal): -12189525 or 11206726. OLE color: 11206726.

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

Color convert

RGB 70 0 171 -
CMYK 0.59 1 0 0.33
HSL 264.56º 1% 0.34% -
HSV(B) 264.56º 1% 0.67% -
XYZ 9.88 4.24 38.83 -
YUV 40.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 70 0 171 0.59 1 0 0.33 264.56 1 0.34
Hex 46 0 AB 3B 64 0 21 109 64 22
Octal 106 0 253 73 144 0 41 411 144 42
Binary 1000110 0 10101011 111011 1100100 0 100001 100001001 1100100 100010

Color Harmonies of #4600AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600AB

Black with #4600AB

Text Example


Text Example

White with #4600AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4600AB; }

 p { color: rgb(70,0,171); }

 H1.HeaderClassName
 {
   color: #4600AB;
 }
 .AnyTagClassName
 {
   color: #4600AB;
 }
</style>

background-color css

<style>
 a { background-color: #4600AB; }

 a { background-color: rgb(70,0,171); }

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

border-color css

<style>
 span { border-color: #4600AB; }

 span { border-color: rgb(70,0,171); }

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