Html Css Color HEX #48199A Indigo

📋 copy color: '#48199A'

red 72 ◦ green 25 ◦ blue 154

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

Shades of Indigo #48199A

Tints of Indigo #48199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 154 (60.55% from 255) = 61.35%

R = 28.69%
G = 9.96%
B = 61.35%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48199A (or 0x48199A) is known color: Indigo. HEX triplet: 48, 19 and 9A. RGB value is (72,25,154). Sum of RGB (Red+Green+Blue) = 72+25+154=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #48199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48199A is #B7E665. Grayscale: #353535. Windows color (decimal): -12052070 or 10099016. OLE color: 10099016.

HSL color Cylindrical-coordinate representation of color #48199A: hue angle of 261.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48199A is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 25 154 -
CMYK 0.53 0.84 0 0.40
HSL 261.86º 0.72% 0.35% -
HSV(B) 261.86º 0.84% 0.6% -
XYZ 8.85 4.41 30.96 -
YUV 53.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 72 25 154 0.53 0.84 0 0.40 261.86 0.72 0.35
Hex 48 19 9A 35 54 0 28 106 48 23
Octal 110 31 232 65 124 0 50 406 110 43
Binary 1001000 11001 10011010 110101 1010100 0 101000 100000110 1001000 100011

Color Harmonies of #48199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48199A

Black with #48199A

Text Example


Text Example

White with #48199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48199A; }

 p { color: rgb(72,25,154); }

 H1.HeaderClassName
 {
   color: #48199A;
 }
 .AnyTagClassName
 {
   color: #48199A;
 }
</style>

background-color css

<style>
 a { background-color: #48199A; }

 a { background-color: rgb(72,25,154); }

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

border-color css

<style>
 span { border-color: #48199A; }

 span { border-color: rgb(72,25,154); }

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