Html Css Color HEX #60179E Indigo

📋 copy color: '#60179E'

red 96 ◦ green 23 ◦ blue 158

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

Shades of Indigo #60179E

Tints of Indigo #60179E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 158 (62.11% from 255) = 57.04%

R = 34.66%
G = 8.3%
B = 57.04%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60179E (or 0x60179E) is known color: Indigo. HEX triplet: 60, 17 and 9E. RGB value is (96,23,158). Sum of RGB (Red+Green+Blue) = 96+23+158=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #60179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60179E is #9FE861. Grayscale: #3B3B3B. Windows color (decimal): -10479714 or 10360672. OLE color: 10360672.

HSL color Cylindrical-coordinate representation of color #60179E: hue angle of 272.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60179E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 23 158 -
CMYK 0.39 0.85 0 0.38
HSL 272.44º 0.75% 0.35% -
HSV(B) 272.44º 0.85% 0.62% -
XYZ 11.3 5.57 32.83 -
YUV 60.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 96 23 158 0.39 0.85 0 0.38 272.44 0.75 0.35
Hex 60 17 9E 27 55 0 26 110 4B 23
Octal 140 27 236 47 125 0 46 420 113 43
Binary 1100000 10111 10011110 100111 1010101 0 100110 100010000 1001011 100011

Color Harmonies of #60179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60179E

Black with #60179E

Text Example


Text Example

White with #60179E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,23,158); }

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

background-color css

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

 a { background-color: rgb(96,23,158); }

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

border-color css

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

 span { border-color: rgb(96,23,158); }

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