Html Css Color HEX #600470 Indigo

📋 copy color: '#600470'

red 96 ◦ green 4 ◦ blue 112

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

Shades of Indigo #600470

Tints of Indigo #600470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 45.28%
G = 1.89%
B = 52.83%

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

#600470 (or 0x600470) is known color: Indigo. HEX triplet: 60, 04 and 70. RGB value is (96,4,112). Sum of RGB (Red+Green+Blue) = 96+4+112=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #600470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600470 is #9FFB8F. Grayscale: #2B2B2B. Windows color (decimal): -10484624 or 7341152. OLE color: 7341152.

HSL color Cylindrical-coordinate representation of color #600470: hue angle of 291.11º degrees, saturation: 0.93, 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 #600470 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 4 112 -
CMYK 0.14 0.96 0 0.56
HSL 291.11º 0.93% 0.23% -
HSV(B) 291.11º 0.96% 0.44% -
XYZ 7.79 3.74 15.64 -
YUV 43.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 96 4 112 0.14 0.96 0 0.56 291.11 0.93 0.23
Hex 60 4 70 E 60 0 38 123 5D 17
Octal 140 4 160 16 140 0 70 443 135 27
Binary 1100000 100 1110000 1110 1100000 0 111000 100100011 1011101 10111

Color Harmonies of #600470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600470

Black with #600470

Text Example


Text Example

White with #600470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600470; }

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

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

background-color css

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

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

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

border-color css

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

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

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