Html Css Color HEX #460AAC Indigo

📋 copy color: '#460AAC'

red 70 ◦ green 10 ◦ blue 172

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

Shades of Indigo #460AAC

Tints of Indigo #460AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 27.78%
G = 3.97%
B = 68.25%

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

#460AAC (or 0x460AAC) is known color: Indigo. HEX triplet: 46, 0A and AC. RGB value is (70,10,172). Sum of RGB (Red+Green+Blue) = 70+10+172=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #460AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AAC is #B9F553. Grayscale: #2D2D2D. Windows color (decimal): -12186964 or 11274822. OLE color: 11274822.

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

Color convert

RGB 70 10 172 -
CMYK 0.59 0.94 0 0.33
HSL 262.22º 0.89% 0.36% -
HSV(B) 262.22º 0.94% 0.67% -
XYZ 10.08 4.5 39.37 -
YUV 46.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 70 10 172 0.59 0.94 0 0.33 262.22 0.89 0.36
Hex 46 A AC 3B 5E 0 21 106 59 24
Octal 106 12 254 73 136 0 41 406 131 44
Binary 1000110 1010 10101100 111011 1011110 0 100001 100000110 1011001 100100

Color Harmonies of #460AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AAC

Black with #460AAC

Text Example


Text Example

White with #460AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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