Html Css Color HEX #460AAA Indigo

📋 copy color: '#460AAA'

red 70 ◦ green 10 ◦ blue 170

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

Shades of Indigo #460AAA

Tints of Indigo #460AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 28%
G = 4%
B = 68%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#460AAA (or 0x460AAA) is known color: Indigo. HEX triplet: 46, 0A and AA. RGB value is (70,10,170). Sum of RGB (Red+Green+Blue) = 70+10+170=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #460AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AAA is #B9F555. Grayscale: #2D2D2D. Windows color (decimal): -12186966 or 11143750. OLE color: 11143750.

HSL color Cylindrical-coordinate representation of color #460AAA: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AAA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 10 170 -
CMYK 0.59 0.94 0 0.33
HSL 262.5º 0.89% 0.35% -
HSV(B) 262.5º 0.94% 0.67% -
XYZ 9.89 4.42 38.36 -
YUV 46.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 70 10 170 0.59 0.94 0 0.33 262.5 0.89 0.35
Hex 46 A AA 3B 5E 0 21 106 59 23
Octal 106 12 252 73 136 0 41 406 131 43
Binary 1000110 1010 10101010 111011 1011110 0 100001 100000110 1011001 100011

Color Harmonies of #460AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AAA

Black with #460AAA

Text Example


Text Example

White with #460AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460AAA; }

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

 H1.HeaderClassName
 {
   color: #460AAA;
 }
 .AnyTagClassName
 {
   color: #460AAA;
 }
</style>

background-color css

<style>
 a { background-color: #460AAA; }

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

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

border-color css

<style>
 span { border-color: #460AAA; }

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

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