Html Css Color HEX #600572 Indigo

📋 copy color: '#600572'

red 96 ◦ green 5 ◦ blue 114

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

Shades of Indigo #600572

Tints of Indigo #600572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 44.65%
G = 2.33%
B = 53.02%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600572 (or 0x600572) is known color: Indigo. HEX triplet: 60, 05 and 72. RGB value is (96,5,114). Sum of RGB (Red+Green+Blue) = 96+5+114=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #600572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600572 is #9FFA8D. Grayscale: #2C2C2C. Windows color (decimal): -10484366 or 7472480. OLE color: 7472480.

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

Color convert

RGB 96 5 114 -
CMYK 0.16 0.96 0 0.55
HSL 290.09º 0.92% 0.23% -
HSV(B) 290.09º 0.96% 0.45% -
XYZ 7.92 3.81 16.24 -
YUV 44.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 96 5 114 0.16 0.96 0 0.55 290.09 0.92 0.23
Hex 60 5 72 10 60 0 37 122 5C 17
Octal 140 5 162 20 140 0 67 442 134 27
Binary 1100000 101 1110010 10000 1100000 0 110111 100100010 1011100 10111

Color Harmonies of #600572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600572

Black with #600572

Text Example


Text Example

White with #600572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600572; }

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

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

background-color css

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

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

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

border-color css

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

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

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