Html Css Color HEX #460AA7 Indigo

📋 copy color: '#460AA7'

red 70 ◦ green 10 ◦ blue 167

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

Shades of Indigo #460AA7

Tints of Indigo #460AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.61%

R = 28.34%
G = 4.05%
B = 67.61%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#460AA7 (or 0x460AA7) is known color: Indigo. HEX triplet: 46, 0A and A7. RGB value is (70,10,167). Sum of RGB (Red+Green+Blue) = 70+10+167=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #460AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AA7 is #B9F558. Grayscale: #2D2D2D. Windows color (decimal): -12186969 or 10947142. OLE color: 10947142.

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

Color convert

RGB 70 10 167 -
CMYK 0.58 0.94 0 0.35
HSL 262.93º 0.89% 0.35% -
HSV(B) 262.93º 0.94% 0.65% -
XYZ 9.61 4.31 36.88 -
YUV 45.84 196.38 145.23 -
System Red Green Blue C M Y K H S L
Decimal 70 10 167 0.58 0.94 0 0.35 262.93 0.89 0.35
Hex 46 A A7 3A 5E 0 23 107 59 23
Octal 106 12 247 72 136 0 43 407 131 43
Binary 1000110 1010 10100111 111010 1011110 0 100011 100000111 1011001 100011

Color Harmonies of #460AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AA7

Black with #460AA7

Text Example


Text Example

White with #460AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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