Html Css Color HEX #48168E Indigo

📋 copy color: '#48168E'

red 72 ◦ green 22 ◦ blue 142

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

Shades of Indigo #48168E

Tints of Indigo #48168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 30.51%
G = 9.32%
B = 60.17%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48168E (or 0x48168E) is known color: Indigo. HEX triplet: 48, 16 and 8E. RGB value is (72,22,142). Sum of RGB (Red+Green+Blue) = 72+22+142=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #48168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48168E is #B7E971. Grayscale: #323232. Windows color (decimal): -12052850 or 9311816. OLE color: 9311816.

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

Color convert

RGB 72 22 142 -
CMYK 0.49 0.85 0 0.44
HSL 265º 0.73% 0.32% -
HSV(B) 265º 0.85% 0.56% -
XYZ 7.84 3.9 25.93 -
YUV 50.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 72 22 142 0.49 0.85 0 0.44 265 0.73 0.32
Hex 48 16 8E 31 55 0 2C 109 49 20
Octal 110 26 216 61 125 0 54 411 111 40
Binary 1001000 10110 10001110 110001 1010101 0 101100 100001001 1001001 100000

Color Harmonies of #48168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48168E

Black with #48168E

Text Example


Text Example

White with #48168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48168E; }

 p { color: rgb(72,22,142); }

 H1.HeaderClassName
 {
   color: #48168E;
 }
 .AnyTagClassName
 {
   color: #48168E;
 }
</style>

background-color css

<style>
 a { background-color: #48168E; }

 a { background-color: rgb(72,22,142); }

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

border-color css

<style>
 span { border-color: #48168E; }

 span { border-color: rgb(72,22,142); }

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