Html Css Color HEX #48188D Indigo

📋 copy color: '#48188D'

red 72 ◦ green 24 ◦ blue 141

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

Shades of Indigo #48188D

Tints of Indigo #48188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 30.38%
G = 10.13%
B = 59.49%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48188D (or 0x48188D) is known color: Indigo. HEX triplet: 48, 18 and 8D. RGB value is (72,24,141). Sum of RGB (Red+Green+Blue) = 72+24+141=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #48188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48188D is #B7E772. Grayscale: #333333. Windows color (decimal): -12052339 or 9246792. OLE color: 9246792.

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

Color convert

RGB 72 24 141 -
CMYK 0.49 0.83 0 0.45
HSL 264.62º 0.71% 0.32% -
HSV(B) 264.62º 0.83% 0.55% -
XYZ 7.81 3.95 25.55 -
YUV 51.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 72 24 141 0.49 0.83 0 0.45 264.62 0.71 0.32
Hex 48 18 8D 31 53 0 2D 109 47 20
Octal 110 30 215 61 123 0 55 411 107 40
Binary 1001000 11000 10001101 110001 1010011 0 101101 100001001 1000111 100000

Color Harmonies of #48188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48188D

Black with #48188D

Text Example


Text Example

White with #48188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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