Html Css Color HEX #460889 Indigo

📋 copy color: '#460889'

red 70 ◦ green 8 ◦ blue 137

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

Shades of Indigo #460889

Tints of Indigo #460889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 32.56%
G = 3.72%
B = 63.72%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#460889 (or 0x460889) is known color: Indigo. HEX triplet: 46, 08 and 89. RGB value is (70,8,137). Sum of RGB (Red+Green+Blue) = 70+8+137=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #460889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460889 is #B9F776. Grayscale: #282828. Windows color (decimal): -12187511 or 8980550. OLE color: 8980550.

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

Color convert

RGB 70 8 137 -
CMYK 0.49 0.94 0 0.46
HSL 268.84º 0.89% 0.28% -
HSV(B) 268.84º 0.94% 0.54% -
XYZ 7.13 3.28 23.92 -
YUV 41.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 70 8 137 0.49 0.94 0 0.46 268.84 0.89 0.28
Hex 46 8 89 31 5E 0 2E 10D 59 1C
Octal 106 10 211 61 136 0 56 415 131 34
Binary 1000110 1000 10001001 110001 1011110 0 101110 100001101 1011001 11100

Color Harmonies of #460889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460889

Black with #460889

Text Example


Text Example

White with #460889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460889; }

 p { color: rgb(70,8,137); }

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

background-color css

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

 a { background-color: rgb(70,8,137); }

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

border-color css

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

 span { border-color: rgb(70,8,137); }

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