Html Css Color HEX #600780 Indigo

📋 copy color: '#600780'

red 96 ◦ green 7 ◦ blue 128

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

Shades of Indigo #600780

Tints of Indigo #600780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 41.56%
G = 3.03%
B = 55.41%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#600780 (or 0x600780) is known color: Indigo. HEX triplet: 60, 07 and 80. RGB value is (96,7,128). Sum of RGB (Red+Green+Blue) = 96+7+128=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #600780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600780 is #9FF87F. Grayscale: #2F2F2F. Windows color (decimal): -10483840 or 8390496. OLE color: 8390496.

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

Color convert

RGB 96 7 128 -
CMYK 0.25 0.95 0 0.50
HSL 284.13º 0.9% 0.26% -
HSV(B) 284.13º 0.95% 0.5% -
XYZ 8.8 4.2 20.77 -
YUV 47.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 96 7 128 0.25 0.95 0 0.50 284.13 0.9 0.26
Hex 60 7 80 19 5F 0 32 11C 5A 1A
Octal 140 7 200 31 137 0 62 434 132 32
Binary 1100000 111 10000000 11001 1011111 0 110010 100011100 1011010 11010

Color Harmonies of #600780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600780

Black with #600780

Text Example


Text Example

White with #600780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600780; }

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

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

background-color css

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

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

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

border-color css

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

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

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