Html Css Color HEX #60159D Indigo

📋 copy color: '#60159D'

red 96 ◦ green 21 ◦ blue 157

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

Shades of Indigo #60159D

Tints of Indigo #60159D

RGB

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

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

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

R = 35.04%
G = 7.66%
B = 57.3%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60159D (or 0x60159D) is known color: Indigo. HEX triplet: 60, 15 and 9D. RGB value is (96,21,157). Sum of RGB (Red+Green+Blue) = 96+21+157=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #60159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60159D is #9FEA62. Grayscale: #3A3A3A. Windows color (decimal): -10480227 or 10294624. OLE color: 10294624.

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

Color convert

RGB 96 21 157 -
CMYK 0.39 0.87 0 0.38
HSL 273.09º 0.76% 0.35% -
HSV(B) 273.09º 0.87% 0.62% -
XYZ 11.18 5.46 32.36 -
YUV 58.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 96 21 157 0.39 0.87 0 0.38 273.09 0.76 0.35
Hex 60 15 9D 27 57 0 26 111 4C 23
Octal 140 25 235 47 127 0 46 421 114 43
Binary 1100000 10101 10011101 100111 1010111 0 100110 100010001 1001100 100011

Color Harmonies of #60159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60159D

Black with #60159D

Text Example


Text Example

White with #60159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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