Html Css Color HEX #48108F Indigo

📋 copy color: '#48108F'

red 72 ◦ green 16 ◦ blue 143

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

Shades of Indigo #48108F

Tints of Indigo #48108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 31.17%
G = 6.93%
B = 61.9%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48108F (or 0x48108F) is known color: Indigo. HEX triplet: 48, 10 and 8F. RGB value is (72,16,143). Sum of RGB (Red+Green+Blue) = 72+16+143=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #48108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48108F is #B7EF70. Grayscale: #2E2E2E. Windows color (decimal): -12054385 or 9375816. OLE color: 9375816.

HSL color Cylindrical-coordinate representation of color #48108F: hue angle of 266.46º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48108F is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 16 143 -
CMYK 0.50 0.89 0 0.44
HSL 266.46º 0.8% 0.31% -
HSV(B) 266.46º 0.89% 0.56% -
XYZ 7.82 3.73 26.29 -
YUV 47.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 72 16 143 0.50 0.89 0 0.44 266.46 0.8 0.31
Hex 48 10 8F 32 59 0 2C 10A 50 1F
Octal 110 20 217 62 131 0 54 412 120 37
Binary 1001000 10000 10001111 110010 1011001 0 101100 100001010 1010000 11111

Color Harmonies of #48108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48108F

Black with #48108F

Text Example


Text Example

White with #48108F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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