Html Css Color HEX #60147C Indigo

📋 copy color: '#60147C'

red 96 ◦ green 20 ◦ blue 124

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

Shades of Indigo #60147C

Tints of Indigo #60147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 40%
G = 8.33%
B = 51.67%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60147C (or 0x60147C) is known color: Indigo. HEX triplet: 60, 14 and 7C. RGB value is (96,20,124). Sum of RGB (Red+Green+Blue) = 96+20+124=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #60147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60147C is #9FEB83. Grayscale: #363636. Windows color (decimal): -10480516 or 8131680. OLE color: 8131680.

HSL color Cylindrical-coordinate representation of color #60147C: hue angle of 283.85º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60147C is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 20 124 -
CMYK 0.23 0.84 0 0.51
HSL 283.85º 0.72% 0.28% -
HSV(B) 283.85º 0.84% 0.49% -
XYZ 8.71 4.44 19.47 -
YUV 54.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 96 20 124 0.23 0.84 0 0.51 283.85 0.72 0.28
Hex 60 14 7C 17 54 0 33 11C 48 1C
Octal 140 24 174 27 124 0 63 434 110 34
Binary 1100000 10100 1111100 10111 1010100 0 110011 100011100 1001000 11100

Color Harmonies of #60147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60147C

Black with #60147C

Text Example


Text Example

White with #60147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60147C; }

 p { color: rgb(96,20,124); }

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

background-color css

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

 a { background-color: rgb(96,20,124); }

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

border-color css

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

 span { border-color: rgb(96,20,124); }

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