Html Css Color HEX #460DAC Indigo

📋 copy color: '#460DAC'

red 70 ◦ green 13 ◦ blue 172

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

Shades of Indigo #460DAC

Tints of Indigo #460DAC

RGB

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

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

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

R = 27.45%
G = 5.1%
B = 67.45%

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

#460DAC (or 0x460DAC) is known color: Indigo. HEX triplet: 46, 0D and AC. RGB value is (70,13,172). Sum of RGB (Red+Green+Blue) = 70+13+172=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #460DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAC is #B9F253. Grayscale: #2F2F2F. Windows color (decimal): -12186196 or 11275590. OLE color: 11275590.

HSL color Cylindrical-coordinate representation of color #460DAC: hue angle of 261.51º 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 #460DAC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 13 172 -
CMYK 0.59 0.92 0 0.33
HSL 261.51º 0.86% 0.36% -
HSV(B) 261.51º 0.92% 0.67% -
XYZ 10.12 4.57 39.38 -
YUV 48.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 70 13 172 0.59 0.92 0 0.33 261.51 0.86 0.36
Hex 46 D AC 3B 5C 0 21 106 56 24
Octal 106 15 254 73 134 0 41 406 126 44
Binary 1000110 1101 10101100 111011 1011100 0 100001 100000110 1010110 100100

Color Harmonies of #460DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DAC

Black with #460DAC

Text Example


Text Example

White with #460DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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