Html Css Color HEX #48157D Indigo

📋 copy color: '#48157D'

red 72 ◦ green 21 ◦ blue 125

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

Shades of Indigo #48157D

Tints of Indigo #48157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 33.03%
G = 9.63%
B = 57.34%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48157D (or 0x48157D) is known color: Indigo. HEX triplet: 48, 15 and 7D. RGB value is (72,21,125). Sum of RGB (Red+Green+Blue) = 72+21+125=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #48157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48157D is #B7EA82. Grayscale: #2F2F2F. Windows color (decimal): -12053123 or 8197448. OLE color: 8197448.

HSL color Cylindrical-coordinate representation of color #48157D: hue angle of 269.42º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48157D is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 21 125 -
CMYK 0.42 0.83 0 0.51
HSL 269.42º 0.71% 0.29% -
HSV(B) 269.42º 0.83% 0.49% -
XYZ 6.64 3.39 19.71 -
YUV 48.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 72 21 125 0.42 0.83 0 0.51 269.42 0.71 0.29
Hex 48 15 7D 2A 53 0 33 10D 47 1D
Octal 110 25 175 52 123 0 63 415 107 35
Binary 1001000 10101 1111101 101010 1010011 0 110011 100001101 1000111 11101

Color Harmonies of #48157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48157D

Black with #48157D

Text Example


Text Example

White with #48157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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