Html Css Color HEX #460A87 Indigo

📋 copy color: '#460A87'

red 70 ◦ green 10 ◦ blue 135

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

Shades of Indigo #460A87

Tints of Indigo #460A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.79%

R = 32.56%
G = 4.65%
B = 62.79%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#460A87 (or 0x460A87) is known color: Indigo. HEX triplet: 46, 0A and 87. RGB value is (70,10,135). Sum of RGB (Red+Green+Blue) = 70+10+135=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #460A87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460A87 is #B9F578. Grayscale: #292929. Windows color (decimal): -12187001 or 8849990. OLE color: 8849990.

HSL color Cylindrical-coordinate representation of color #460A87: hue angle of 268.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460A87 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 10 135 -
CMYK 0.48 0.93 0 0.47
HSL 268.8º 0.86% 0.28% -
HSV(B) 268.8º 0.93% 0.53% -
XYZ 7.01 3.27 23.18 -
YUV 42.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 70 10 135 0.48 0.93 0 0.47 268.8 0.86 0.28
Hex 46 A 87 30 5D 0 2F 10D 56 1C
Octal 106 12 207 60 135 0 57 415 126 34
Binary 1000110 1010 10000111 110000 1011101 0 101111 100001101 1010110 11100

Color Harmonies of #460A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A87

Black with #460A87

Text Example


Text Example

White with #460A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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