Html Css Color HEX #600478 Indigo

📋 copy color: '#600478'

red 96 ◦ green 4 ◦ blue 120

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

Shades of Indigo #600478

Tints of Indigo #600478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 43.64%
G = 1.82%
B = 54.55%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600478 (or 0x600478) is known color: Indigo. HEX triplet: 60, 04 and 78. RGB value is (96,4,120). Sum of RGB (Red+Green+Blue) = 96+4+120=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #600478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600478 is #9FFB87. Grayscale: #2C2C2C. Windows color (decimal): -10484616 or 7865440. OLE color: 7865440.

HSL color Cylindrical-coordinate representation of color #600478: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600478 is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 4 120 -
CMYK 0.2 0.97 0 0.53
HSL 287.59º 0.94% 0.24% -
HSV(B) 287.59º 0.97% 0.47% -
XYZ 8.26 3.93 18.09 -
YUV 44.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 96 4 120 0.2 0.97 0 0.53 287.59 0.94 0.24
Hex 60 4 78 14 61 0 35 120 5E 18
Octal 140 4 170 24 141 0 65 440 136 30
Binary 1100000 100 1111000 10100 1100001 0 110101 100100000 1011110 11000

Color Harmonies of #600478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600478

Black with #600478

Text Example


Text Example

White with #600478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600478; }

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

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

background-color css

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

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

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

border-color css

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

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

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