Html Css Color HEX #460D87 Indigo

📋 copy color: '#460D87'

red 70 ◦ green 13 ◦ blue 135

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

Shades of Indigo #460D87

Tints of Indigo #460D87

RGB

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

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

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

R = 32.11%
G = 5.96%
B = 61.93%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#460D87 (or 0x460D87) is known color: Indigo. HEX triplet: 46, 0D and 87. RGB value is (70,13,135). Sum of RGB (Red+Green+Blue) = 70+13+135=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #460D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D87 is #B9F278. Grayscale: #2B2B2B. Windows color (decimal): -12186233 or 8850758. OLE color: 8850758.

HSL color Cylindrical-coordinate representation of color #460D87: hue angle of 268.03º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460D87 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 13 135 -
CMYK 0.48 0.90 0 0.47
HSL 268.03º 0.82% 0.29% -
HSV(B) 268.03º 0.9% 0.53% -
XYZ 7.04 3.34 23.2 -
YUV 43.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 70 13 135 0.48 0.90 0 0.47 268.03 0.82 0.29
Hex 46 D 87 30 5A 0 2F 10C 52 1D
Octal 106 15 207 60 132 0 57 414 122 35
Binary 1000110 1101 10000111 110000 1011010 0 101111 100001100 1010010 11101

Color Harmonies of #460D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D87

Black with #460D87

Text Example


Text Example

White with #460D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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