Html Css Color HEX #60159B Indigo

📋 copy color: '#60159B'

red 96 ◦ green 21 ◦ blue 155

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

Shades of Indigo #60159B

Tints of Indigo #60159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.99%

R = 35.29%
G = 7.72%
B = 56.99%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60159B (or 0x60159B) is known color: Indigo. HEX triplet: 60, 15 and 9B. RGB value is (96,21,155). Sum of RGB (Red+Green+Blue) = 96+21+155=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #60159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60159B is #9FEA64. Grayscale: #3A3A3A. Windows color (decimal): -10480229 or 10163552. OLE color: 10163552.

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

Color convert

RGB 96 21 155 -
CMYK 0.38 0.86 0 0.39
HSL 273.58º 0.76% 0.35% -
HSV(B) 273.58º 0.86% 0.61% -
XYZ 11.01 5.39 31.47 -
YUV 58.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 96 21 155 0.38 0.86 0 0.39 273.58 0.76 0.35
Hex 60 15 9B 26 56 0 27 112 4C 23
Octal 140 25 233 46 126 0 47 422 114 43
Binary 1100000 10101 10011011 100110 1010110 0 100111 100010010 1001100 100011

Color Harmonies of #60159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60159B

Black with #60159B

Text Example


Text Example

White with #60159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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