Html Css Color HEX #60178C Indigo

📋 copy color: '#60178C'

red 96 ◦ green 23 ◦ blue 140

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

Shades of Indigo #60178C

Tints of Indigo #60178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 37.07%
G = 8.88%
B = 54.05%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60178C (or 0x60178C) is known color: Indigo. HEX triplet: 60, 17 and 8C. RGB value is (96,23,140). Sum of RGB (Red+Green+Blue) = 96+23+140=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #60178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60178C is #9FE873. Grayscale: #393939. Windows color (decimal): -10479732 or 9181024. OLE color: 9181024.

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

Color convert

RGB 96 23 140 -
CMYK 0.31 0.84 0 0.45
HSL 277.44º 0.72% 0.32% -
HSV(B) 277.44º 0.84% 0.55% -
XYZ 9.86 4.99 25.25 -
YUV 58.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 96 23 140 0.31 0.84 0 0.45 277.44 0.72 0.32
Hex 60 17 8C 1F 54 0 2D 115 48 20
Octal 140 27 214 37 124 0 55 425 110 40
Binary 1100000 10111 10001100 11111 1010100 0 101101 100010101 1001000 100000

Color Harmonies of #60178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60178C

Black with #60178C

Text Example


Text Example

White with #60178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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