Html Css Color HEX #460780 Indigo

📋 copy color: '#460780'

red 70 ◦ green 7 ◦ blue 128

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

Shades of Indigo #460780

Tints of Indigo #460780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 34.15%
G = 3.41%
B = 62.44%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#460780 (or 0x460780) is known color: Indigo. HEX triplet: 46, 07 and 80. RGB value is (70,7,128). Sum of RGB (Red+Green+Blue) = 70+7+128=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #460780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460780 is #B9F87F. Grayscale: #272727. Windows color (decimal): -12187776 or 8390470. OLE color: 8390470.

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

Color convert

RGB 70 7 128 -
CMYK 0.45 0.95 0 0.50
HSL 271.24º 0.9% 0.26% -
HSV(B) 271.24º 0.95% 0.5% -
XYZ 6.5 3.01 20.66 -
YUV 39.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 70 7 128 0.45 0.95 0 0.50 271.24 0.9 0.26
Hex 46 7 80 2D 5F 0 32 10F 5A 1A
Octal 106 7 200 55 137 0 62 417 132 32
Binary 1000110 111 10000000 101101 1011111 0 110010 100001111 1011010 11010

Color Harmonies of #460780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460780

Black with #460780

Text Example


Text Example

White with #460780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460780; }

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

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

background-color css

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

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

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

border-color css

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

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

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