Html Css Color HEX #60178E Indigo

📋 copy color: '#60178E'

red 96 ◦ green 23 ◦ blue 142

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

Shades of Indigo #60178E

Tints of Indigo #60178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 36.78%
G = 8.81%
B = 54.41%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60178E (or 0x60178E) is known color: Indigo. HEX triplet: 60, 17 and 8E. RGB value is (96,23,142). Sum of RGB (Red+Green+Blue) = 96+23+142=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #60178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60178E is #9FE871. Grayscale: #393939. Windows color (decimal): -10479730 or 9312096. OLE color: 9312096.

HSL color Cylindrical-coordinate representation of color #60178E: hue angle of 276.81º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60178E is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 23 142 -
CMYK 0.32 0.84 0 0.44
HSL 276.81º 0.72% 0.32% -
HSV(B) 276.81º 0.84% 0.56% -
XYZ 10.01 5.05 26.04 -
YUV 58.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 96 23 142 0.32 0.84 0 0.44 276.81 0.72 0.32
Hex 60 17 8E 20 54 0 2C 115 48 20
Octal 140 27 216 40 124 0 54 425 110 40
Binary 1100000 10111 10001110 100000 1010100 0 101100 100010101 1001000 100000

Color Harmonies of #60178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60178E

Black with #60178E

Text Example


Text Example

White with #60178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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