Html Css Color HEX #48118D Indigo

📋 copy color: '#48118D'

red 72 ◦ green 17 ◦ blue 141

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

Shades of Indigo #48118D

Tints of Indigo #48118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 141 (55.47% from 255) = 61.3%

R = 31.3%
G = 7.39%
B = 61.3%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48118D (or 0x48118D) is known color: Indigo. HEX triplet: 48, 11 and 8D. RGB value is (72,17,141). Sum of RGB (Red+Green+Blue) = 72+17+141=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #48118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48118D is #B7EE72. Grayscale: #2F2F2F. Windows color (decimal): -12054131 or 9245000. OLE color: 9245000.

HSL color Cylindrical-coordinate representation of color #48118D: hue angle of 266.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48118D is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 17 141 -
CMYK 0.49 0.88 0 0.45
HSL 266.61º 0.78% 0.31% -
HSV(B) 266.61º 0.88% 0.55% -
XYZ 7.68 3.7 25.51 -
YUV 47.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 72 17 141 0.49 0.88 0 0.45 266.61 0.78 0.31
Hex 48 11 8D 31 58 0 2D 10B 4E 1F
Octal 110 21 215 61 130 0 55 413 116 37
Binary 1001000 10001 10001101 110001 1011000 0 101101 100001011 1001110 11111

Color Harmonies of #48118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48118D

Black with #48118D

Text Example


Text Example

White with #48118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,17,141); }

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

background-color css

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

 a { background-color: rgb(72,17,141); }

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

border-color css

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

 span { border-color: rgb(72,17,141); }

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