Html Css Color HEX #460076 Indigo

📋 copy color: '#460076'

red 70 ◦ green 0 ◦ blue 118

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

Shades of Indigo #460076

Tints of Indigo #460076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.23%
G = 0%
B = 62.77%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460076 (or 0x460076) is known color: Indigo. HEX triplet: 46, 00 and 76. RGB value is (70,0,118). Sum of RGB (Red+Green+Blue) = 70+0+118=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #460076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460076 is #B9FF89. Grayscale: #212121. Windows color (decimal): -12189578 or 7733318. OLE color: 7733318.

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

Color convert

RGB 70 0 118 -
CMYK 0.41 1 0 0.54
HSL 275.59º 1% 0.23% -
HSV(B) 275.59º 1% 0.46% -
XYZ 5.8 2.61 17.34 -
YUV 34.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 70 0 118 0.41 1 0 0.54 275.59 1 0.23
Hex 46 0 76 29 64 0 36 114 64 17
Octal 106 0 166 51 144 0 66 424 144 27
Binary 1000110 0 1110110 101001 1100100 0 110110 100010100 1100100 10111

Color Harmonies of #460076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460076

Black with #460076

Text Example


Text Example

White with #460076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460076; }

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

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

background-color css

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

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

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

border-color css

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

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

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