Html Css Color HEX #460159 Indigo

📋 copy color: '#460159'

red 70 ◦ green 1 ◦ blue 89

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

Shades of Indigo #460159

Tints of Indigo #460159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 43.75%
G = 0.63%
B = 55.63%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460159 (or 0x460159) is known color: Indigo. HEX triplet: 46, 01 and 59. RGB value is (70,1,89). Sum of RGB (Red+Green+Blue) = 70+1+89=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #460159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460159 is #B9FEA6. Grayscale: #1F1F1F. Windows color (decimal): -12189351 or 5833030. OLE color: 5833030.

HSL color Cylindrical-coordinate representation of color #460159: hue angle of 287.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460159 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 1 89 -
CMYK 0.21 0.99 0 0.65
HSL 287.05º 0.98% 0.18% -
HSV(B) 287.05º 0.99% 0.35% -
XYZ 4.34 2.05 9.62 -
YUV 31.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 70 1 89 0.21 0.99 0 0.65 287.05 0.98 0.18
Hex 46 1 59 15 63 0 41 11F 62 12
Octal 106 1 131 25 143 0 101 437 142 22
Binary 1000110 1 1011001 10101 1100011 0 1000001 100011111 1100010 10010

Color Harmonies of #460159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460159

Black with #460159

Text Example


Text Example

White with #460159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460159; }

 p { color: rgb(70,1,89); }

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

background-color css

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

 a { background-color: rgb(70,1,89); }

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

border-color css

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

 span { border-color: rgb(70,1,89); }

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