Html Css Color HEX #48109D Indigo

📋 copy color: '#48109D'

red 72 ◦ green 16 ◦ blue 157

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

Shades of Indigo #48109D

Tints of Indigo #48109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 29.39%
G = 6.53%
B = 64.08%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48109D (or 0x48109D) is known color: Indigo. HEX triplet: 48, 10 and 9D. RGB value is (72,16,157). Sum of RGB (Red+Green+Blue) = 72+16+157=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #48109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48109D is #B7EF62. Grayscale: #303030. Windows color (decimal): -12054371 or 10293320. OLE color: 10293320.

HSL color Cylindrical-coordinate representation of color #48109D: hue angle of 263.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48109D is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 16 157 -
CMYK 0.54 0.90 0 0.38
HSL 263.83º 0.82% 0.34% -
HSV(B) 263.83º 0.9% 0.62% -
XYZ 8.94 4.18 32.23 -
YUV 48.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 72 16 157 0.54 0.90 0 0.38 263.83 0.82 0.34
Hex 48 10 9D 36 5A 0 26 108 52 22
Octal 110 20 235 66 132 0 46 410 122 42
Binary 1001000 10000 10011101 110110 1011010 0 100110 100001000 1010010 100010

Color Harmonies of #48109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48109D

Black with #48109D

Text Example


Text Example

White with #48109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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