Html Css Color HEX #600570 Indigo

📋 copy color: '#600570'

red 96 ◦ green 5 ◦ blue 112

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

Shades of Indigo #600570

Tints of Indigo #600570

RGB

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

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

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

R = 45.07%
G = 2.35%
B = 52.58%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600570 (or 0x600570) is known color: Indigo. HEX triplet: 60, 05 and 70. RGB value is (96,5,112). Sum of RGB (Red+Green+Blue) = 96+5+112=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #600570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600570 is #9FFA8F. Grayscale: #2C2C2C. Windows color (decimal): -10484368 or 7341408. OLE color: 7341408.

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

Color convert

RGB 96 5 112 -
CMYK 0.14 0.96 0 0.56
HSL 291.03º 0.91% 0.23% -
HSV(B) 291.03º 0.96% 0.44% -
XYZ 7.8 3.77 15.64 -
YUV 44.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 96 5 112 0.14 0.96 0 0.56 291.03 0.91 0.23
Hex 60 5 70 E 60 0 38 123 5B 17
Octal 140 5 160 16 140 0 70 443 133 27
Binary 1100000 101 1110000 1110 1100000 0 111000 100100011 1011011 10111

Color Harmonies of #600570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600570

Black with #600570

Text Example


Text Example

White with #600570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600570; }

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

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

background-color css

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

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

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

border-color css

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

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

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