Html Css Color HEX #60117E Indigo

📋 copy color: '#60117E'

red 96 ◦ green 17 ◦ blue 126

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

Shades of Indigo #60117E

Tints of Indigo #60117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 40.17%
G = 7.11%
B = 52.72%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60117E (or 0x60117E) is known color: Indigo. HEX triplet: 60, 11 and 7E. RGB value is (96,17,126). Sum of RGB (Red+Green+Blue) = 96+17+126=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #60117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60117E is #9FEE81. Grayscale: #343434. Windows color (decimal): -10481282 or 8261984. OLE color: 8261984.

HSL color Cylindrical-coordinate representation of color #60117E: hue angle of 283.49º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60117E is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 17 126 -
CMYK 0.24 0.87 0 0.51
HSL 283.49º 0.76% 0.28% -
HSV(B) 283.49º 0.87% 0.49% -
XYZ 8.79 4.39 20.12 -
YUV 53.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 96 17 126 0.24 0.87 0 0.51 283.49 0.76 0.28
Hex 60 11 7E 18 57 0 33 11B 4C 1C
Octal 140 21 176 30 127 0 63 433 114 34
Binary 1100000 10001 1111110 11000 1010111 0 110011 100011011 1001100 11100

Color Harmonies of #60117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60117E

Black with #60117E

Text Example


Text Example

White with #60117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60117E; }

 p { color: rgb(96,17,126); }

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

background-color css

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

 a { background-color: rgb(96,17,126); }

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

border-color css

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

 span { border-color: rgb(96,17,126); }

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