Html Css Color HEX #60158B Indigo

📋 copy color: '#60158B'

red 96 ◦ green 21 ◦ blue 139

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

Shades of Indigo #60158B

Tints of Indigo #60158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 37.5%
G = 8.2%
B = 54.3%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60158B (or 0x60158B) is known color: Indigo. HEX triplet: 60, 15 and 8B. RGB value is (96,21,139). Sum of RGB (Red+Green+Blue) = 96+21+139=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #60158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60158B is #9FEA74. Grayscale: #383838. Windows color (decimal): -10480245 or 9114976. OLE color: 9114976.

HSL color Cylindrical-coordinate representation of color #60158B: hue angle of 278.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60158B is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 21 139 -
CMYK 0.31 0.85 0 0.45
HSL 278.14º 0.74% 0.31% -
HSV(B) 278.14º 0.85% 0.55% -
XYZ 9.75 4.89 24.86 -
YUV 56.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 96 21 139 0.31 0.85 0 0.45 278.14 0.74 0.31
Hex 60 15 8B 1F 55 0 2D 116 4A 1F
Octal 140 25 213 37 125 0 55 426 112 37
Binary 1100000 10101 10001011 11111 1010101 0 101101 100010110 1001010 11111

Color Harmonies of #60158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60158B

Black with #60158B

Text Example


Text Example

White with #60158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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