Html Css Color HEX #600574 Indigo

📋 copy color: '#600574'

red 96 ◦ green 5 ◦ blue 116

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

Shades of Indigo #600574

Tints of Indigo #600574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 44.24%
G = 2.3%
B = 53.46%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600574 (or 0x600574) is known color: Indigo. HEX triplet: 60, 05 and 74. RGB value is (96,5,116). Sum of RGB (Red+Green+Blue) = 96+5+116=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #600574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600574 is #9FFA8B. Grayscale: #2C2C2C. Windows color (decimal): -10484364 or 7603552. OLE color: 7603552.

HSL color Cylindrical-coordinate representation of color #600574: hue angle of 289.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600574 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 5 116 -
CMYK 0.17 0.96 0 0.55
HSL 289.19º 0.92% 0.24% -
HSV(B) 289.19º 0.96% 0.45% -
XYZ 8.03 3.86 16.84 -
YUV 44.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 96 5 116 0.17 0.96 0 0.55 289.19 0.92 0.24
Hex 60 5 74 11 60 0 37 121 5C 18
Octal 140 5 164 21 140 0 67 441 134 30
Binary 1100000 101 1110100 10001 1100000 0 110111 100100001 1011100 11000

Color Harmonies of #600574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600574

Black with #600574

Text Example


Text Example

White with #600574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600574; }

 p { color: rgb(96,5,116); }

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

background-color css

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

 a { background-color: rgb(96,5,116); }

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

border-color css

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

 span { border-color: rgb(96,5,116); }

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