Html Css Color HEX #60157F Indigo

📋 copy color: '#60157F'

red 96 ◦ green 21 ◦ blue 127

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

Shades of Indigo #60157F

Tints of Indigo #60157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.05%

R = 39.34%
G = 8.61%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60157F (or 0x60157F) is known color: Indigo. HEX triplet: 60, 15 and 7F. RGB value is (96,21,127). Sum of RGB (Red+Green+Blue) = 96+21+127=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #60157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60157F is #9FEA80. Grayscale: #373737. Windows color (decimal): -10480257 or 8328544. OLE color: 8328544.

HSL color Cylindrical-coordinate representation of color #60157F: hue angle of 282.45º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60157F is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 21 127 -
CMYK 0.24 0.83 0 0.50
HSL 282.45º 0.72% 0.29% -
HSV(B) 282.45º 0.83% 0.5% -
XYZ 8.92 4.56 20.49 -
YUV 55.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 96 21 127 0.24 0.83 0 0.50 282.45 0.72 0.29
Hex 60 15 7F 18 53 0 32 11A 48 1D
Octal 140 25 177 30 123 0 62 432 110 35
Binary 1100000 10101 1111111 11000 1010011 0 110010 100011010 1001000 11101

Color Harmonies of #60157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60157F

Black with #60157F

Text Example


Text Example

White with #60157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60157F; }

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

 H1.HeaderClassName
 {
   color: #60157F;
 }
 .AnyTagClassName
 {
   color: #60157F;
 }
</style>

background-color css

<style>
 a { background-color: #60157F; }

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

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

border-color css

<style>
 span { border-color: #60157F; }

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

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