Html Css Color HEX #60197E Indigo

📋 copy color: '#60197E'

red 96 ◦ green 25 ◦ blue 126

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

Shades of Indigo #60197E

Tints of Indigo #60197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 38.87%
G = 10.12%
B = 51.01%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60197E (or 0x60197E) is known color: Indigo. HEX triplet: 60, 19 and 7E. RGB value is (96,25,126). Sum of RGB (Red+Green+Blue) = 96+25+126=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #60197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197E is #9FE681. Grayscale: #393939. Windows color (decimal): -10479234 or 8264032. OLE color: 8264032.

HSL color Cylindrical-coordinate representation of color #60197E: hue angle of 282.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197E is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 25 126 -
CMYK 0.24 0.80 0 0.51
HSL 282.18º 0.67% 0.3% -
HSV(B) 282.18º 0.8% 0.49% -
XYZ 8.94 4.69 20.17 -
YUV 57.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 96 25 126 0.24 0.80 0 0.51 282.18 0.67 0.3
Hex 60 19 7E 18 50 0 33 11A 43 1E
Octal 140 31 176 30 120 0 63 432 103 36
Binary 1100000 11001 1111110 11000 1010000 0 110011 100011010 1000011 11110

Color Harmonies of #60197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60197E

Black with #60197E

Text Example


Text Example

White with #60197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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