Html Css Color HEX #600770 Indigo

📋 copy color: '#600770'

red 96 ◦ green 7 ◦ blue 112

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

Shades of Indigo #600770

Tints of Indigo #600770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 44.65%
G = 3.26%
B = 52.09%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600770 (or 0x600770) is known color: Indigo. HEX triplet: 60, 07 and 70. RGB value is (96,7,112). Sum of RGB (Red+Green+Blue) = 96+7+112=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #600770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600770 is #9FF88F. Grayscale: #2D2D2D. Windows color (decimal): -10483856 or 7341920. OLE color: 7341920.

HSL color Cylindrical-coordinate representation of color #600770: hue angle of 290.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600770 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 7 112 -
CMYK 0.14 0.94 0 0.56
HSL 290.86º 0.88% 0.23% -
HSV(B) 290.86º 0.94% 0.44% -
XYZ 7.82 3.81 15.65 -
YUV 45.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 96 7 112 0.14 0.94 0 0.56 290.86 0.88 0.23
Hex 60 7 70 E 5E 0 38 123 58 17
Octal 140 7 160 16 136 0 70 443 130 27
Binary 1100000 111 1110000 1110 1011110 0 111000 100100011 1011000 10111

Color Harmonies of #600770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600770

Black with #600770

Text Example


Text Example

White with #600770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600770; }

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

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

background-color css

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

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

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

border-color css

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

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

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