Html Css Color HEX #460580 Indigo

📋 copy color: '#460580'

red 70 ◦ green 5 ◦ blue 128

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

Shades of Indigo #460580

Tints of Indigo #460580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 34.48%
G = 2.46%
B = 63.05%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#460580 (or 0x460580) is known color: Indigo. HEX triplet: 46, 05 and 80. RGB value is (70,5,128). Sum of RGB (Red+Green+Blue) = 70+5+128=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #460580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460580 is #B9FA7F. Grayscale: #262626. Windows color (decimal): -12188288 or 8389958. OLE color: 8389958.

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

Color convert

RGB 70 5 128 -
CMYK 0.45 0.96 0 0.50
HSL 271.71º 0.92% 0.26% -
HSV(B) 271.71º 0.96% 0.5% -
XYZ 6.48 2.97 20.65 -
YUV 38.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 70 5 128 0.45 0.96 0 0.50 271.71 0.92 0.26
Hex 46 5 80 2D 60 0 32 110 5C 1A
Octal 106 5 200 55 140 0 62 420 134 32
Binary 1000110 101 10000000 101101 1100000 0 110010 100010000 1011100 11010

Color Harmonies of #460580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460580

Black with #460580

Text Example


Text Example

White with #460580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460580; }

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

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

background-color css

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

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

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

border-color css

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

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

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