Html Css Color HEX #48149D Indigo

📋 copy color: '#48149D'

red 72 ◦ green 20 ◦ blue 157

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

Shades of Indigo #48149D

Tints of Indigo #48149D

RGB

 RED value IS 72 (28.52% from 255) = 28.92%

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

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

R = 28.92%
G = 8.03%
B = 63.05%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48149D (or 0x48149D) is known color: Indigo. HEX triplet: 48, 14 and 9D. RGB value is (72,20,157). Sum of RGB (Red+Green+Blue) = 72+20+157=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #48149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48149D is #B7EB62. Grayscale: #323232. Windows color (decimal): -12053347 or 10294344. OLE color: 10294344.

HSL color Cylindrical-coordinate representation of color #48149D: hue angle of 262.77º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48149D is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 20 157 -
CMYK 0.54 0.87 0 0.38
HSL 262.77º 0.77% 0.35% -
HSV(B) 262.77º 0.87% 0.62% -
XYZ 9.01 4.31 32.26 -
YUV 51.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 72 20 157 0.54 0.87 0 0.38 262.77 0.77 0.35
Hex 48 14 9D 36 57 0 26 107 4D 23
Octal 110 24 235 66 127 0 46 407 115 43
Binary 1001000 10100 10011101 110110 1010111 0 100110 100000111 1001101 100011

Color Harmonies of #48149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48149D

Black with #48149D

Text Example


Text Example

White with #48149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,20,157); }

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

background-color css

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

 a { background-color: rgb(72,20,157); }

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

border-color css

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

 span { border-color: rgb(72,20,157); }

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