Html Css Color HEX #60049B Indigo

📋 copy color: '#60049B'

red 96 ◦ green 4 ◦ blue 155

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

Shades of Indigo #60049B

Tints of Indigo #60049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 37.65%
G = 1.57%
B = 60.78%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60049B (or 0x60049B) is known color: Indigo. HEX triplet: 60, 04 and 9B. RGB value is (96,4,155). Sum of RGB (Red+Green+Blue) = 96+4+155=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #60049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60049B is #9FFB64. Grayscale: #303030. Windows color (decimal): -10484581 or 10159200. OLE color: 10159200.

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

Color convert

RGB 96 4 155 -
CMYK 0.38 0.97 0 0.39
HSL 276.56º 0.95% 0.31% -
HSV(B) 276.56º 0.97% 0.61% -
XYZ 10.78 4.94 31.4 -
YUV 48.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 96 4 155 0.38 0.97 0 0.39 276.56 0.95 0.31
Hex 60 4 9B 26 61 0 27 115 5F 1F
Octal 140 4 233 46 141 0 47 425 137 37
Binary 1100000 100 10011011 100110 1100001 0 100111 100010101 1011111 11111

Color Harmonies of #60049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60049B

Black with #60049B

Text Example


Text Example

White with #60049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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