Html Css Color HEX #60147E Indigo

📋 copy color: '#60147E'

red 96 ◦ green 20 ◦ blue 126

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

Shades of Indigo #60147E

Tints of Indigo #60147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 39.67%
G = 8.26%
B = 52.07%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60147E (or 0x60147E) is known color: Indigo. HEX triplet: 60, 14 and 7E. RGB value is (96,20,126). Sum of RGB (Red+Green+Blue) = 96+20+126=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #60147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60147E is #9FEB81. Grayscale: #363636. Windows color (decimal): -10480514 or 8262752. OLE color: 8262752.

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

Color convert

RGB 96 20 126 -
CMYK 0.24 0.84 0 0.51
HSL 283.02º 0.73% 0.29% -
HSV(B) 283.02º 0.84% 0.49% -
XYZ 8.84 4.49 20.14 -
YUV 54.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 96 20 126 0.24 0.84 0 0.51 283.02 0.73 0.29
Hex 60 14 7E 18 54 0 33 11B 49 1D
Octal 140 24 176 30 124 0 63 433 111 35
Binary 1100000 10100 1111110 11000 1010100 0 110011 100011011 1001001 11101

Color Harmonies of #60147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60147E

Black with #60147E

Text Example


Text Example

White with #60147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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