Html Css Color HEX #460880 Indigo

📋 copy color: '#460880'

red 70 ◦ green 8 ◦ blue 128

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

Shades of Indigo #460880

Tints of Indigo #460880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 33.98%
G = 3.88%
B = 62.14%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#460880 (or 0x460880) is known color: Indigo. HEX triplet: 46, 08 and 80. RGB value is (70,8,128). Sum of RGB (Red+Green+Blue) = 70+8+128=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #460880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460880 is #B9F77F. Grayscale: #272727. Windows color (decimal): -12187520 or 8390726. OLE color: 8390726.

HSL color Cylindrical-coordinate representation of color #460880: hue angle of 271º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460880 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 8 128 -
CMYK 0.45 0.94 0 0.50
HSL 271º 0.88% 0.27% -
HSV(B) 271º 0.94% 0.5% -
XYZ 6.51 3.03 20.66 -
YUV 40.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 70 8 128 0.45 0.94 0 0.50 271 0.88 0.27
Hex 46 8 80 2D 5E 0 32 10F 58 1B
Octal 106 10 200 55 136 0 62 417 130 33
Binary 1000110 1000 10000000 101101 1011110 0 110010 100001111 1011000 11011

Color Harmonies of #460880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460880

Black with #460880

Text Example


Text Example

White with #460880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460880; }

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

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

background-color css

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

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

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

border-color css

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

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

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