Html Css Color HEX #60048B Indigo

📋 copy color: '#60048B'

red 96 ◦ green 4 ◦ blue 139

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

Shades of Indigo #60048B

Tints of Indigo #60048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 40.17%
G = 1.67%
B = 58.16%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60048B (or 0x60048B) is known color: Indigo. HEX triplet: 60, 04 and 8B. RGB value is (96,4,139). Sum of RGB (Red+Green+Blue) = 96+4+139=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #60048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60048B is #9FFB74. Grayscale: #2E2E2E. Windows color (decimal): -10484597 or 9110624. OLE color: 9110624.

HSL color Cylindrical-coordinate representation of color #60048B: hue angle of 280.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60048B is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 4 139 -
CMYK 0.31 0.97 0 0.45
HSL 280.89º 0.94% 0.28% -
HSV(B) 280.89º 0.97% 0.55% -
XYZ 9.53 4.44 24.78 -
YUV 46.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 96 4 139 0.31 0.97 0 0.45 280.89 0.94 0.28
Hex 60 4 8B 1F 61 0 2D 119 5E 1C
Octal 140 4 213 37 141 0 55 431 136 34
Binary 1100000 100 10001011 11111 1100001 0 101101 100011001 1011110 11100

Color Harmonies of #60048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60048B

Black with #60048B

Text Example


Text Example

White with #60048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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