Html Css Color HEX #48098D Indigo

📋 copy color: '#48098D'

red 72 ◦ green 9 ◦ blue 141

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

Shades of Indigo #48098D

Tints of Indigo #48098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 32.43%
G = 4.05%
B = 63.51%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48098D (or 0x48098D) is known color: Indigo. HEX triplet: 48, 09 and 8D. RGB value is (72,9,141). Sum of RGB (Red+Green+Blue) = 72+9+141=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #48098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48098D is #B7F672. Grayscale: #2A2A2A. Windows color (decimal): -12056179 or 9242952. OLE color: 9242952.

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

Color convert

RGB 72 9 141 -
CMYK 0.49 0.94 0 0.45
HSL 268.64º 0.88% 0.29% -
HSV(B) 268.64º 0.94% 0.55% -
XYZ 7.58 3.5 25.47 -
YUV 42.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 72 9 141 0.49 0.94 0 0.45 268.64 0.88 0.29
Hex 48 9 8D 31 5E 0 2D 10D 58 1D
Octal 110 11 215 61 136 0 55 415 130 35
Binary 1001000 1001 10001101 110001 1011110 0 101101 100001101 1011000 11101

Color Harmonies of #48098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48098D

Black with #48098D

Text Example


Text Example

White with #48098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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