Html Css Color HEX #48168D Indigo

📋 copy color: '#48168D'

red 72 ◦ green 22 ◦ blue 141

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

Shades of Indigo #48168D

Tints of Indigo #48168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 30.64%
G = 9.36%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48168D (or 0x48168D) is known color: Indigo. HEX triplet: 48, 16 and 8D. RGB value is (72,22,141). Sum of RGB (Red+Green+Blue) = 72+22+141=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #48168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48168D is #B7E972. Grayscale: #323232. Windows color (decimal): -12052851 or 9246280. OLE color: 9246280.

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

Color convert

RGB 72 22 141 -
CMYK 0.49 0.84 0 0.45
HSL 265.21º 0.73% 0.32% -
HSV(B) 265.21º 0.84% 0.55% -
XYZ 7.77 3.87 25.54 -
YUV 50.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 72 22 141 0.49 0.84 0 0.45 265.21 0.73 0.32
Hex 48 16 8D 31 54 0 2D 109 49 20
Octal 110 26 215 61 124 0 55 411 111 40
Binary 1001000 10110 10001101 110001 1010100 0 101101 100001001 1001001 100000

Color Harmonies of #48168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48168D

Black with #48168D

Text Example


Text Example

White with #48168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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