Html Css Color HEX #460576 Indigo

📋 copy color: '#460576'

red 70 ◦ green 5 ◦ blue 118

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

Shades of Indigo #460576

Tints of Indigo #460576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 36.27%
G = 2.59%
B = 61.14%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460576 (or 0x460576) is known color: Indigo. HEX triplet: 46, 05 and 76. RGB value is (70,5,118). Sum of RGB (Red+Green+Blue) = 70+5+118=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #460576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460576 is #B9FA89. Grayscale: #242424. Windows color (decimal): -12188298 or 7734598. OLE color: 7734598.

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

Color convert

RGB 70 5 118 -
CMYK 0.41 0.96 0 0.54
HSL 274.51º 0.92% 0.24% -
HSV(B) 274.51º 0.96% 0.46% -
XYZ 5.85 2.72 17.36 -
YUV 37.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 70 5 118 0.41 0.96 0 0.54 274.51 0.92 0.24
Hex 46 5 76 29 60 0 36 113 5C 18
Octal 106 5 166 51 140 0 66 423 134 30
Binary 1000110 101 1110110 101001 1100000 0 110110 100010011 1011100 11000

Color Harmonies of #460576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460576

Black with #460576

Text Example


Text Example

White with #460576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460576; }

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

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

background-color css

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

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

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

border-color css

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

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

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