Html Css Color HEX #600170 Indigo

📋 copy color: '#600170'

red 96 ◦ green 1 ◦ blue 112

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

Shades of Indigo #600170

Tints of Indigo #600170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 45.93%
G = 0.48%
B = 53.59%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600170 (or 0x600170) is known color: Indigo. HEX triplet: 60, 01 and 70. RGB value is (96,1,112). Sum of RGB (Red+Green+Blue) = 96+1+112=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #600170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600170 is #9FFE8F. Grayscale: #292929. Windows color (decimal): -10485392 or 7340384. OLE color: 7340384.

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

Color convert

RGB 96 1 112 -
CMYK 0.14 0.99 0 0.56
HSL 291.35º 0.98% 0.22% -
HSV(B) 291.35º 0.99% 0.44% -
XYZ 7.76 3.68 15.63 -
YUV 42.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 96 1 112 0.14 0.99 0 0.56 291.35 0.98 0.22
Hex 60 1 70 E 63 0 38 123 62 16
Octal 140 1 160 16 143 0 70 443 142 26
Binary 1100000 1 1110000 1110 1100011 0 111000 100100011 1100010 10110

Color Harmonies of #600170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600170

Black with #600170

Text Example


Text Example

White with #600170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600170; }

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

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

background-color css

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

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

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

border-color css

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

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

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