Html Css Color HEX #48119F Indigo

📋 copy color: '#48119F'

red 72 ◦ green 17 ◦ blue 159

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

Shades of Indigo #48119F

Tints of Indigo #48119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 29.03%
G = 6.85%
B = 64.11%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48119F (or 0x48119F) is known color: Indigo. HEX triplet: 48, 11 and 9F. RGB value is (72,17,159). Sum of RGB (Red+Green+Blue) = 72+17+159=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #48119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48119F is #B7EE60. Grayscale: #313131. Windows color (decimal): -12054113 or 10424648. OLE color: 10424648.

HSL color Cylindrical-coordinate representation of color #48119F: hue angle of 263.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48119F is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 17 159 -
CMYK 0.55 0.89 0 0.38
HSL 263.24º 0.81% 0.35% -
HSV(B) 263.24º 0.89% 0.62% -
XYZ 9.13 4.28 33.15 -
YUV 49.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 72 17 159 0.55 0.89 0 0.38 263.24 0.81 0.35
Hex 48 11 9F 37 59 0 26 107 51 23
Octal 110 21 237 67 131 0 46 407 121 43
Binary 1001000 10001 10011111 110111 1011001 0 100110 100000111 1010001 100011

Color Harmonies of #48119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48119F

Black with #48119F

Text Example


Text Example

White with #48119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48119F; }

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

 H1.HeaderClassName
 {
   color: #48119F;
 }
 .AnyTagClassName
 {
   color: #48119F;
 }
</style>

background-color css

<style>
 a { background-color: #48119F; }

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

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

border-color css

<style>
 span { border-color: #48119F; }

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

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