Html Css Color HEX #60147F Indigo

📋 copy color: '#60147F'

red 96 ◦ green 20 ◦ blue 127

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

Shades of Indigo #60147F

Tints of Indigo #60147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 39.51%
G = 8.23%
B = 52.26%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60147F (or 0x60147F) is known color: Indigo. HEX triplet: 60, 14 and 7F. RGB value is (96,20,127). Sum of RGB (Red+Green+Blue) = 96+20+127=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #60147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60147F is #9FEB80. Grayscale: #363636. Windows color (decimal): -10480513 or 8328288. OLE color: 8328288.

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

Color convert

RGB 96 20 127 -
CMYK 0.24 0.84 0 0.50
HSL 282.62º 0.73% 0.29% -
HSV(B) 282.62º 0.84% 0.5% -
XYZ 8.9 4.52 20.48 -
YUV 54.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 96 20 127 0.24 0.84 0 0.50 282.62 0.73 0.29
Hex 60 14 7F 18 54 0 32 11B 49 1D
Octal 140 24 177 30 124 0 62 433 111 35
Binary 1100000 10100 1111111 11000 1010100 0 110010 100011011 1001001 11101

Color Harmonies of #60147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60147F

Black with #60147F

Text Example


Text Example

White with #60147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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