Html Css Color HEX #600580 Indigo

📋 copy color: '#600580'

red 96 ◦ green 5 ◦ blue 128

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

Shades of Indigo #600580

Tints of Indigo #600580

RGB

 RED value IS 96 (37.89% from 255) = 41.92%

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

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

R = 41.92%
G = 2.18%
B = 55.9%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#600580 (or 0x600580) is known color: Indigo. HEX triplet: 60, 05 and 80. RGB value is (96,5,128). Sum of RGB (Red+Green+Blue) = 96+5+128=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #600580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600580 is #9FFA7F. Grayscale: #2D2D2D. Windows color (decimal): -10484352 or 8389984. OLE color: 8389984.

HSL color Cylindrical-coordinate representation of color #600580: hue angle of 284.39º 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 #600580 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 5 128 -
CMYK 0.25 0.96 0 0.50
HSL 284.39º 0.92% 0.26% -
HSV(B) 284.39º 0.96% 0.5% -
XYZ 8.77 4.15 20.76 -
YUV 46.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 96 5 128 0.25 0.96 0 0.50 284.39 0.92 0.26
Hex 60 5 80 19 60 0 32 11C 5C 1A
Octal 140 5 200 31 140 0 62 434 134 32
Binary 1100000 101 10000000 11001 1100000 0 110010 100011100 1011100 11010

Color Harmonies of #600580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600580

Black with #600580

Text Example


Text Example

White with #600580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600580; }

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

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

background-color css

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

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

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

border-color css

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

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

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