Html Css Color HEX #600880 Indigo

📋 copy color: '#600880'

red 96 ◦ green 8 ◦ blue 128

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

Shades of Indigo #600880

Tints of Indigo #600880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 41.38%
G = 3.45%
B = 55.17%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#600880 (or 0x600880) is known color: Indigo. HEX triplet: 60, 08 and 80. RGB value is (96,8,128). Sum of RGB (Red+Green+Blue) = 96+8+128=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #600880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600880 is #9FF77F. Grayscale: #2F2F2F. Windows color (decimal): -10483584 or 8390752. OLE color: 8390752.

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

Color convert

RGB 96 8 128 -
CMYK 0.25 0.94 0 0.50
HSL 284º 0.88% 0.27% -
HSV(B) 284º 0.94% 0.5% -
XYZ 8.81 4.22 20.77 -
YUV 47.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 96 8 128 0.25 0.94 0 0.50 284 0.88 0.27
Hex 60 8 80 19 5E 0 32 11C 58 1B
Octal 140 10 200 31 136 0 62 434 130 33
Binary 1100000 1000 10000000 11001 1011110 0 110010 100011100 1011000 11011

Color Harmonies of #600880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600880

Black with #600880

Text Example


Text Example

White with #600880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600880; }

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

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

background-color css

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

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

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

border-color css

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

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

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