#600278

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

Shades of Indigo #600278

Tints of Indigo #600278

Color information

#600278 (or 0x600278) is unknown color: approx Indigo. HEX triplet: 60, 02 and 78. RGB value is (96,2,120). Sum of RGB (Red+Green+Blue) = 96+2+120=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #600278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600278 is #9FFD87. Grayscale: #2B2B2B. Windows color (decimal): -10485128 or 7864928. OLE color: 7864928.

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

Color convert

RGB962120-
CMYK0.20.9800.53
HSL287.8º96.72%23.92%-
HSV(B)287.8º98.33%47.06%-
XYZ8.243.8918.09-
YUV43.56171.14165.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=44.04%
G=0.92%
B=55.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9621200.20.9800.53287.896.7223.92
Hex6027814620351206118
Octal14021702414206544014130
Binary11000001011110001010011000100110101100100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600278; }

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

 H1.HeaderClassName
 {
   color: #600278;
 }
 .AnyTagClassName
 {
   color: #600278;
 }
</style>
background-color css

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

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

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

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

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

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