#600478

Color #600478 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600478

Tints of Indigo #600478

Color information

#600478 (or 0x600478) is unknown color: approx 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

RGB964120-
CMYK0.20.9700.53
HSL287.59º93.55%24.31%-
HSV(B)287.59º96.67%47.06%-
XYZ8.263.9318.09-
YUV44.73170.48164.57-

RGB Variations

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

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 (Cyan) values IS 0.2
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9641200.20.9700.53287.5993.5524.31
Hex6047814610351205e18
Octal14041702414106544013630
Binary110000010011110001010011000010110101100100000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>