Html Css Color HEX #460D76 Indigo

📋 copy color: '#460D76'

red 70 ◦ green 13 ◦ blue 118

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

Shades of Indigo #460D76

Tints of Indigo #460D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 34.83%
G = 6.47%
B = 58.71%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460D76 (or 0x460D76) is known color: Indigo. HEX triplet: 46, 0D and 76. RGB value is (70,13,118). Sum of RGB (Red+Green+Blue) = 70+13+118=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #460D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D76 is #B9F289. Grayscale: #292929. Windows color (decimal): -12186250 or 7736646. OLE color: 7736646.

HSL color Cylindrical-coordinate representation of color #460D76: hue angle of 272.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460D76 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 13 118 -
CMYK 0.41 0.89 0 0.54
HSL 272.57º 0.8% 0.26% -
HSV(B) 272.57º 0.89% 0.46% -
XYZ 5.94 2.9 17.39 -
YUV 42.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 70 13 118 0.41 0.89 0 0.54 272.57 0.8 0.26
Hex 46 D 76 29 59 0 36 111 50 1A
Octal 106 15 166 51 131 0 66 421 120 32
Binary 1000110 1101 1110110 101001 1011001 0 110110 100010001 1010000 11010

Color Harmonies of #460D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D76

Black with #460D76

Text Example


Text Example

White with #460D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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