Html Css Color HEX #600575 Indigo

📋 copy color: '#600575'

red 96 ◦ green 5 ◦ blue 117

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

Shades of Indigo #600575

Tints of Indigo #600575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 44.04%
G = 2.29%
B = 53.67%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600575 (or 0x600575) is known color: Indigo. HEX triplet: 60, 05 and 75. RGB value is (96,5,117). Sum of RGB (Red+Green+Blue) = 96+5+117=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #600575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600575 is #9FFA8A. Grayscale: #2C2C2C. Windows color (decimal): -10484363 or 7669088. OLE color: 7669088.

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

Color convert

RGB 96 5 117 -
CMYK 0.18 0.96 0 0.54
HSL 288.75º 0.92% 0.24% -
HSV(B) 288.75º 0.96% 0.46% -
XYZ 8.09 3.88 17.15 -
YUV 44.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 96 5 117 0.18 0.96 0 0.54 288.75 0.92 0.24
Hex 60 5 75 12 60 0 36 121 5C 18
Octal 140 5 165 22 140 0 66 441 134 30
Binary 1100000 101 1110101 10010 1100000 0 110110 100100001 1011100 11000

Color Harmonies of #600575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600575

Black with #600575

Text Example


Text Example

White with #600575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600575; }

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

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

background-color css

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

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

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

border-color css

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

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

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