Html Css Color HEX #460089 Indigo

📋 copy color: '#460089'

red 70 ◦ green 0 ◦ blue 137

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

Shades of Indigo #460089

Tints of Indigo #460089

RGB

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

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

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

R = 33.82%
G = 0%
B = 66.18%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#460089 (or 0x460089) is known color: Indigo. HEX triplet: 46, 00 and 89. RGB value is (70,0,137). Sum of RGB (Red+Green+Blue) = 70+0+137=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #460089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460089 is #B9FF76. Grayscale: #242424. Windows color (decimal): -12189559 or 8978502. OLE color: 8978502.

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

Color convert

RGB 70 0 137 -
CMYK 0.49 1 0 0.46
HSL 270.66º 1% 0.27% -
HSV(B) 270.66º 1% 0.54% -
XYZ 7.04 3.11 23.9 -
YUV 36.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 70 0 137 0.49 1 0 0.46 270.66 1 0.27
Hex 46 0 89 31 64 0 2E 10F 64 1B
Octal 106 0 211 61 144 0 56 417 144 33
Binary 1000110 0 10001001 110001 1100100 0 101110 100001111 1100100 11011

Color Harmonies of #460089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460089

Black with #460089

Text Example


Text Example

White with #460089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460089; }

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

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

background-color css

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

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

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

border-color css

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

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

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