Html Css Color HEX #601080 Indigo

📋 copy color: '#601080'

red 96 ◦ green 16 ◦ blue 128

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

Shades of Indigo #601080

Tints of Indigo #601080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 40%
G = 6.67%
B = 53.33%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#601080 (or 0x601080) is known color: Indigo. HEX triplet: 60, 10 and 80. RGB value is (96,16,128). Sum of RGB (Red+Green+Blue) = 96+16+128=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #601080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601080 is #9FEF7F. Grayscale: #343434. Windows color (decimal): -10481536 or 8392800. OLE color: 8392800.

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

Color convert

RGB 96 16 128 -
CMYK 0.25 0.88 0 0.50
HSL 282.86º 0.78% 0.28% -
HSV(B) 282.86º 0.88% 0.5% -
XYZ 8.91 4.42 20.81 -
YUV 52.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 96 16 128 0.25 0.88 0 0.50 282.86 0.78 0.28
Hex 60 10 80 19 58 0 32 11B 4E 1C
Octal 140 20 200 31 130 0 62 433 116 34
Binary 1100000 10000 10000000 11001 1011000 0 110010 100011011 1001110 11100

Color Harmonies of #601080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601080

Black with #601080

Text Example


Text Example

White with #601080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601080; }

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

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

background-color css

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

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

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

border-color css

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

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

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