Html Css Color HEX #460680 Indigo

📋 copy color: '#460680'

red 70 ◦ green 6 ◦ blue 128

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

Shades of Indigo #460680

Tints of Indigo #460680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 34.31%
G = 2.94%
B = 62.75%

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

#460680 (or 0x460680) is known color: Indigo. HEX triplet: 46, 06 and 80. RGB value is (70,6,128). Sum of RGB (Red+Green+Blue) = 70+6+128=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #460680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460680 is #B9F97F. Grayscale: #262626. Windows color (decimal): -12188032 or 8390214. OLE color: 8390214.

HSL color Cylindrical-coordinate representation of color #460680: hue angle of 271.48º degrees, saturation: 0.91, 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 #460680 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 6 128 -
CMYK 0.45 0.95 0 0.50
HSL 271.48º 0.91% 0.26% -
HSV(B) 271.48º 0.95% 0.5% -
XYZ 6.49 2.99 20.66 -
YUV 39.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 70 6 128 0.45 0.95 0 0.50 271.48 0.91 0.26
Hex 46 6 80 2D 5F 0 32 10F 5B 1A
Octal 106 6 200 55 137 0 62 417 133 32
Binary 1000110 110 10000000 101101 1011111 0 110010 100001111 1011011 11010

Color Harmonies of #460680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460680

Black with #460680

Text Example


Text Example

White with #460680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460680; }

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

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

background-color css

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

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

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

border-color css

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

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

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