Html Css Color HEX #481099 Indigo

📋 copy color: '#481099'

red 72 ◦ green 16 ◦ blue 153

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

Shades of Indigo #481099

Tints of Indigo #481099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 29.88%
G = 6.64%
B = 63.49%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#481099 (or 0x481099) is known color: Indigo. HEX triplet: 48, 10 and 99. RGB value is (72,16,153). Sum of RGB (Red+Green+Blue) = 72+16+153=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #481099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481099 is #B7EF66. Grayscale: #2F2F2F. Windows color (decimal): -12054375 or 10031176. OLE color: 10031176.

HSL color Cylindrical-coordinate representation of color #481099: hue angle of 264.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481099 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 16 153 -
CMYK 0.53 0.90 0 0.4
HSL 264.53º 0.81% 0.33% -
HSV(B) 264.53º 0.9% 0.6% -
XYZ 8.61 4.05 30.46 -
YUV 48.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 72 16 153 0.53 0.90 0 0.4 264.53 0.81 0.33
Hex 48 10 99 35 5A 0 28 109 51 21
Octal 110 20 231 65 132 0 50 411 121 41
Binary 1001000 10000 10011001 110101 1011010 0 101000 100001001 1010001 100001

Color Harmonies of #481099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481099

Black with #481099

Text Example


Text Example

White with #481099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481099; }

 p { color: rgb(72,16,153); }

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

background-color css

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

 a { background-color: rgb(72,16,153); }

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

border-color css

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

 span { border-color: rgb(72,16,153); }

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