Html Css Color HEX #600C78 Indigo

📋 copy color: '#600C78'

red 96 ◦ green 12 ◦ blue 120

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

Shades of Indigo #600C78

Tints of Indigo #600C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.26%

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

R = 42.11%
G = 5.26%
B = 52.63%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600C78 (or 0x600C78) is known color: Indigo. HEX triplet: 60, 0C and 78. RGB value is (96,12,120). Sum of RGB (Red+Green+Blue) = 96+12+120=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #600C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C78 is #9FF387. Grayscale: #313131. Windows color (decimal): -10482568 or 7867488. OLE color: 7867488.

HSL color Cylindrical-coordinate representation of color #600C78: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600C78 is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 12 120 -
CMYK 0.2 0.90 0 0.53
HSL 286.67º 0.82% 0.26% -
HSV(B) 286.67º 0.9% 0.47% -
XYZ 8.35 4.11 18.12 -
YUV 49.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 96 12 120 0.2 0.90 0 0.53 286.67 0.82 0.26
Hex 60 C 78 14 5A 0 35 11F 52 1A
Octal 140 14 170 24 132 0 65 437 122 32
Binary 1100000 1100 1111000 10100 1011010 0 110101 100011111 1010010 11010

Color Harmonies of #600C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C78

Black with #600C78

Text Example


Text Example

White with #600C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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