Html Css Color HEX #48099B Indigo

📋 copy color: '#48099B'

red 72 ◦ green 9 ◦ blue 155

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

Shades of Indigo #48099B

Tints of Indigo #48099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 30.51%
G = 3.81%
B = 65.68%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48099B (or 0x48099B) is known color: Indigo. HEX triplet: 48, 09 and 9B. RGB value is (72,9,155). Sum of RGB (Red+Green+Blue) = 72+9+155=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #48099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48099B is #B7F664. Grayscale: #2B2B2B. Windows color (decimal): -12056165 or 10160456. OLE color: 10160456.

HSL color Cylindrical-coordinate representation of color #48099B: hue angle of 265.89º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48099B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 9 155 -
CMYK 0.54 0.94 0 0.39
HSL 265.89º 0.89% 0.32% -
HSV(B) 265.89º 0.94% 0.61% -
XYZ 8.69 3.94 31.31 -
YUV 44.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 72 9 155 0.54 0.94 0 0.39 265.89 0.89 0.32
Hex 48 9 9B 36 5E 0 27 10A 59 20
Octal 110 11 233 66 136 0 47 412 131 40
Binary 1001000 1001 10011011 110110 1011110 0 100111 100001010 1011001 100000

Color Harmonies of #48099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48099B

Black with #48099B

Text Example


Text Example

White with #48099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48099B; }

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

 H1.HeaderClassName
 {
   color: #48099B;
 }
 .AnyTagClassName
 {
   color: #48099B;
 }
</style>

background-color css

<style>
 a { background-color: #48099B; }

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

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

border-color css

<style>
 span { border-color: #48099B; }

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

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