Html Css Color HEX #60179D Indigo

📋 copy color: '#60179D'

red 96 ◦ green 23 ◦ blue 157

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

Shades of Indigo #60179D

Tints of Indigo #60179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 34.78%
G = 8.33%
B = 56.88%

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

#60179D (or 0x60179D) is known color: Indigo. HEX triplet: 60, 17 and 9D. RGB value is (96,23,157). Sum of RGB (Red+Green+Blue) = 96+23+157=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #60179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60179D is #9FE862. Grayscale: #3B3B3B. Windows color (decimal): -10479715 or 10295136. OLE color: 10295136.

HSL color Cylindrical-coordinate representation of color #60179D: hue angle of 272.69º degrees, saturation: 0.74, 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 #60179D is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 23 157 -
CMYK 0.39 0.85 0 0.38
HSL 272.69º 0.74% 0.35% -
HSV(B) 272.69º 0.85% 0.62% -
XYZ 11.22 5.53 32.38 -
YUV 60.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 96 23 157 0.39 0.85 0 0.38 272.69 0.74 0.35
Hex 60 17 9D 27 55 0 26 111 4A 23
Octal 140 27 235 47 125 0 46 421 112 43
Binary 1100000 10111 10011101 100111 1010101 0 100110 100010001 1001010 100011

Color Harmonies of #60179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60179D

Black with #60179D

Text Example


Text Example

White with #60179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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