Html Css Color HEX #48099C Indigo

📋 copy color: '#48099C'

red 72 ◦ green 9 ◦ blue 156

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

Shades of Indigo #48099C

Tints of Indigo #48099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.82%

R = 30.38%
G = 3.8%
B = 65.82%

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

#48099C (or 0x48099C) is known color: Indigo. HEX triplet: 48, 09 and 9C. RGB value is (72,9,156). Sum of RGB (Red+Green+Blue) = 72+9+156=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #48099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48099C is #B7F663. Grayscale: #2C2C2C. Windows color (decimal): -12056164 or 10225992. OLE color: 10225992.

HSL color Cylindrical-coordinate representation of color #48099C: hue angle of 265.71º 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 #48099C is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 9 156 -
CMYK 0.54 0.94 0 0.39
HSL 265.71º 0.89% 0.32% -
HSV(B) 265.71º 0.94% 0.61% -
XYZ 8.77 3.97 31.76 -
YUV 44.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 72 9 156 0.54 0.94 0 0.39 265.71 0.89 0.32
Hex 48 9 9C 36 5E 0 27 10A 59 20
Octal 110 11 234 66 136 0 47 412 131 40
Binary 1001000 1001 10011100 110110 1011110 0 100111 100001010 1011001 100000

Color Harmonies of #48099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48099C

Black with #48099C

Text Example


Text Example

White with #48099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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