Html Css Color HEX #460999 Indigo

📋 copy color: '#460999'

red 70 ◦ green 9 ◦ blue 153

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

Shades of Indigo #460999

Tints of Indigo #460999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 30.17%
G = 3.88%
B = 65.95%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#460999 (or 0x460999) is known color: Indigo. HEX triplet: 46, 09 and 99. RGB value is (70,9,153). Sum of RGB (Red+Green+Blue) = 70+9+153=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #460999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460999 is #B9F666. Grayscale: #2B2B2B. Windows color (decimal): -12187239 or 10029382. OLE color: 10029382.

HSL color Cylindrical-coordinate representation of color #460999: hue angle of 265.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460999 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 9 153 -
CMYK 0.54 0.94 0 0.4
HSL 265.42º 0.89% 0.32% -
HSV(B) 265.42º 0.94% 0.6% -
XYZ 8.37 3.8 30.43 -
YUV 43.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 70 9 153 0.54 0.94 0 0.4 265.42 0.89 0.32
Hex 46 9 99 36 5E 0 28 109 59 20
Octal 106 11 231 66 136 0 50 411 131 40
Binary 1000110 1001 10011001 110110 1011110 0 101000 100001001 1011001 100000

Color Harmonies of #460999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460999

Black with #460999

Text Example


Text Example

White with #460999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460999; }

 p { color: rgb(70,9,153); }

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

background-color css

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

 a { background-color: rgb(70,9,153); }

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

border-color css

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

 span { border-color: rgb(70,9,153); }

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