Html Css Color HEX #48116F Indigo

📋 copy color: '#48116F'

red 72 ◦ green 17 ◦ blue 111

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

Shades of Indigo #48116F

Tints of Indigo #48116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 36%
G = 8.5%
B = 55.5%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48116F (or 0x48116F) is known color: Indigo. HEX triplet: 48, 11 and 6F. RGB value is (72,17,111). Sum of RGB (Red+Green+Blue) = 72+17+111=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #48116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48116F is #B7EE90. Grayscale: #2B2B2B. Windows color (decimal): -12054161 or 7278920. OLE color: 7278920.

HSL color Cylindrical-coordinate representation of color #48116F: hue angle of 275.11º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48116F is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 17 111 -
CMYK 0.35 0.85 0 0.56
HSL 275.11º 0.73% 0.25% -
HSV(B) 275.11º 0.85% 0.44% -
XYZ 5.74 2.93 15.3 -
YUV 44.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 72 17 111 0.35 0.85 0 0.56 275.11 0.73 0.25
Hex 48 11 6F 23 55 0 38 113 49 19
Octal 110 21 157 43 125 0 70 423 111 31
Binary 1001000 10001 1101111 100011 1010101 0 111000 100010011 1001001 11001

Color Harmonies of #48116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48116F

Black with #48116F

Text Example


Text Example

White with #48116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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