Html Css Color HEX #60049D Indigo

📋 copy color: '#60049D'

red 96 ◦ green 4 ◦ blue 157

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

Shades of Indigo #60049D

Tints of Indigo #60049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 37.35%
G = 1.56%
B = 61.09%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60049D (or 0x60049D) is known color: Indigo. HEX triplet: 60, 04 and 9D. RGB value is (96,4,157). Sum of RGB (Red+Green+Blue) = 96+4+157=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #60049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60049D is #9FFB62. Grayscale: #303030. Windows color (decimal): -10484579 or 10290272. OLE color: 10290272.

HSL color Cylindrical-coordinate representation of color #60049D: hue angle of 276.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60049D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 4 157 -
CMYK 0.39 0.97 0 0.38
HSL 276.08º 0.95% 0.32% -
HSV(B) 276.08º 0.97% 0.62% -
XYZ 10.95 5.01 32.29 -
YUV 48.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 96 4 157 0.39 0.97 0 0.38 276.08 0.95 0.32
Hex 60 4 9D 27 61 0 26 114 5F 20
Octal 140 4 235 47 141 0 46 424 137 40
Binary 1100000 100 10011101 100111 1100001 0 100110 100010100 1011111 100000

Color Harmonies of #60049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60049D

Black with #60049D

Text Example


Text Example

White with #60049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60049D; }

 p { color: rgb(96,4,157); }

 H1.HeaderClassName
 {
   color: #60049D;
 }
 .AnyTagClassName
 {
   color: #60049D;
 }
</style>

background-color css

<style>
 a { background-color: #60049D; }

 a { background-color: rgb(96,4,157); }

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

border-color css

<style>
 span { border-color: #60049D; }

 span { border-color: rgb(96,4,157); }

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