Html Css Color HEX #481799 Indigo

📋 copy color: '#481799'

red 72 ◦ green 23 ◦ blue 153

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

Shades of Indigo #481799

Tints of Indigo #481799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 29.03%
G = 9.27%
B = 61.69%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#481799 (or 0x481799) is known color: Indigo. HEX triplet: 48, 17 and 99. RGB value is (72,23,153). Sum of RGB (Red+Green+Blue) = 72+23+153=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #481799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481799 is #B7E866. Grayscale: #343434. Windows color (decimal): -12052583 or 10032968. OLE color: 10032968.

HSL color Cylindrical-coordinate representation of color #481799: hue angle of 262.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481799 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 23 153 -
CMYK 0.53 0.85 0 0.4
HSL 262.62º 0.74% 0.35% -
HSV(B) 262.62º 0.85% 0.6% -
XYZ 8.73 4.29 30.51 -
YUV 52.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 72 23 153 0.53 0.85 0 0.4 262.62 0.74 0.35
Hex 48 17 99 35 55 0 28 107 4A 23
Octal 110 27 231 65 125 0 50 407 112 43
Binary 1001000 10111 10011001 110101 1010101 0 101000 100000111 1001010 100011

Color Harmonies of #481799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481799

Black with #481799

Text Example


Text Example

White with #481799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481799; }

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

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

background-color css

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

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

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

border-color css

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

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

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