Html Css Color HEX #600474 Indigo

📋 copy color: '#600474'

red 96 ◦ green 4 ◦ blue 116

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

Shades of Indigo #600474

Tints of Indigo #600474

RGB

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

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

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

R = 44.44%
G = 1.85%
B = 53.7%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600474 (or 0x600474) is known color: Indigo. HEX triplet: 60, 04 and 74. RGB value is (96,4,116). Sum of RGB (Red+Green+Blue) = 96+4+116=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #600474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600474 is #9FFB8B. Grayscale: #2B2B2B. Windows color (decimal): -10484620 or 7603296. OLE color: 7603296.

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

Color convert

RGB 96 4 116 -
CMYK 0.17 0.97 0 0.55
HSL 289.29º 0.93% 0.24% -
HSV(B) 289.29º 0.97% 0.45% -
XYZ 8.02 3.83 16.84 -
YUV 44.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 96 4 116 0.17 0.97 0 0.55 289.29 0.93 0.24
Hex 60 4 74 11 61 0 37 121 5D 18
Octal 140 4 164 21 141 0 67 441 135 30
Binary 1100000 100 1110100 10001 1100001 0 110111 100100001 1011101 11000

Color Harmonies of #600474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600474

Black with #600474

Text Example


Text Example

White with #600474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600474; }

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

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

background-color css

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

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

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

border-color css

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

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

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