Html Css Color HEX #460DAA Indigo

📋 copy color: '#460DAA'

red 70 ◦ green 13 ◦ blue 170

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

Shades of Indigo #460DAA

Tints of Indigo #460DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 27.67%
G = 5.14%
B = 67.19%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#460DAA (or 0x460DAA) is known color: Indigo. HEX triplet: 46, 0D and AA. RGB value is (70,13,170). Sum of RGB (Red+Green+Blue) = 70+13+170=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #460DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAA is #B9F255. Grayscale: #2F2F2F. Windows color (decimal): -12186198 or 11144518. OLE color: 11144518.

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

Color convert

RGB 70 13 170 -
CMYK 0.59 0.92 0 0.33
HSL 261.78º 0.86% 0.36% -
HSV(B) 261.78º 0.92% 0.67% -
XYZ 9.93 4.49 38.37 -
YUV 47.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 70 13 170 0.59 0.92 0 0.33 261.78 0.86 0.36
Hex 46 D AA 3B 5C 0 21 106 56 24
Octal 106 15 252 73 134 0 41 406 126 44
Binary 1000110 1101 10101010 111011 1011100 0 100001 100000110 1010110 100100

Color Harmonies of #460DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DAA

Black with #460DAA

Text Example


Text Example

White with #460DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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