Html Css Color HEX #48159D Indigo

📋 copy color: '#48159D'

red 72 ◦ green 21 ◦ blue 157

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

Shades of Indigo #48159D

Tints of Indigo #48159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 28.8%
G = 8.4%
B = 62.8%

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

#48159D (or 0x48159D) is known color: Indigo. HEX triplet: 48, 15 and 9D. RGB value is (72,21,157). Sum of RGB (Red+Green+Blue) = 72+21+157=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #48159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48159D is #B7EA62. Grayscale: #333333. Windows color (decimal): -12053091 or 10294600. OLE color: 10294600.

HSL color Cylindrical-coordinate representation of color #48159D: hue angle of 262.5º degrees, saturation: 0.76, 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 #48159D is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 21 157 -
CMYK 0.54 0.87 0 0.38
HSL 262.5º 0.76% 0.35% -
HSV(B) 262.5º 0.87% 0.62% -
XYZ 9.03 4.35 32.26 -
YUV 51.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 72 21 157 0.54 0.87 0 0.38 262.5 0.76 0.35
Hex 48 15 9D 36 57 0 26 106 4C 23
Octal 110 25 235 66 127 0 46 406 114 43
Binary 1001000 10101 10011101 110110 1010111 0 100110 100000110 1001100 100011

Color Harmonies of #48159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48159D

Black with #48159D

Text Example


Text Example

White with #48159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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