Html Css Color HEX #60159C Indigo

📋 copy color: '#60159C'

red 96 ◦ green 21 ◦ blue 156

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

Shades of Indigo #60159C

Tints of Indigo #60159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 35.16%
G = 7.69%
B = 57.14%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60159C (or 0x60159C) is known color: Indigo. HEX triplet: 60, 15 and 9C. RGB value is (96,21,156). Sum of RGB (Red+Green+Blue) = 96+21+156=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #60159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60159C is #9FEA63. Grayscale: #3A3A3A. Windows color (decimal): -10480228 or 10229088. OLE color: 10229088.

HSL color Cylindrical-coordinate representation of color #60159C: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60159C is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 21 156 -
CMYK 0.38 0.87 0 0.39
HSL 273.33º 0.76% 0.35% -
HSV(B) 273.33º 0.87% 0.61% -
XYZ 11.09 5.42 31.91 -
YUV 58.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 96 21 156 0.38 0.87 0 0.39 273.33 0.76 0.35
Hex 60 15 9C 26 57 0 27 111 4C 23
Octal 140 25 234 46 127 0 47 421 114 43
Binary 1100000 10101 10011100 100110 1010111 0 100111 100010001 1001100 100011

Color Harmonies of #60159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60159C

Black with #60159C

Text Example


Text Example

White with #60159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,21,156); }

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

background-color css

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

 a { background-color: rgb(96,21,156); }

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

border-color css

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

 span { border-color: rgb(96,21,156); }

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