Html Css Color HEX #460AAF Indigo

📋 copy color: '#460AAF'

red 70 ◦ green 10 ◦ blue 175

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

Shades of Indigo #460AAF

Tints of Indigo #460AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 27.45%
G = 3.92%
B = 68.63%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#460AAF (or 0x460AAF) is known color: Indigo. HEX triplet: 46, 0A and AF. RGB value is (70,10,175). Sum of RGB (Red+Green+Blue) = 70+10+175=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #460AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AAF is #B9F550. Grayscale: #2E2E2E. Windows color (decimal): -12186961 or 11471430. OLE color: 11471430.

HSL color Cylindrical-coordinate representation of color #460AAF: hue angle of 261.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AAF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 10 175 -
CMYK 0.60 0.94 0 0.31
HSL 261.82º 0.89% 0.36% -
HSV(B) 261.82º 0.94% 0.69% -
XYZ 10.37 4.61 40.9 -
YUV 46.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 70 10 175 0.60 0.94 0 0.31 261.82 0.89 0.36
Hex 46 A AF 3C 5E 0 1F 106 59 24
Octal 106 12 257 74 136 0 37 406 131 44
Binary 1000110 1010 10101111 111100 1011110 0 11111 100000110 1011001 100100

Color Harmonies of #460AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AAF

Black with #460AAF

Text Example


Text Example

White with #460AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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