Html Css Color HEX #600878 Indigo

📋 copy color: '#600878'

red 96 ◦ green 8 ◦ blue 120

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

Shades of Indigo #600878

Tints of Indigo #600878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 42.86%
G = 3.57%
B = 53.57%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600878 (or 0x600878) is known color: Indigo. HEX triplet: 60, 08 and 78. RGB value is (96,8,120). Sum of RGB (Red+Green+Blue) = 96+8+120=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #600878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600878 is #9FF787. Grayscale: #2E2E2E. Windows color (decimal): -10483592 or 7866464. OLE color: 7866464.

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

Color convert

RGB 96 8 120 -
CMYK 0.2 0.93 0 0.53
HSL 287.14º 0.88% 0.25% -
HSV(B) 287.14º 0.93% 0.47% -
XYZ 8.3 4.02 18.11 -
YUV 47.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 96 8 120 0.2 0.93 0 0.53 287.14 0.88 0.25
Hex 60 8 78 14 5D 0 35 11F 58 19
Octal 140 10 170 24 135 0 65 437 130 31
Binary 1100000 1000 1111000 10100 1011101 0 110101 100011111 1011000 11001

Color Harmonies of #600878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600878

Black with #600878

Text Example


Text Example

White with #600878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600878; }

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

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

background-color css

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

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

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

border-color css

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

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

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