Html Css Color HEX #481172 Indigo

📋 copy color: '#481172'

red 72 ◦ green 17 ◦ blue 114

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

Shades of Indigo #481172

Tints of Indigo #481172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 35.47%
G = 8.37%
B = 56.16%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481172 (or 0x481172) is known color: Indigo. HEX triplet: 48, 11 and 72. RGB value is (72,17,114). Sum of RGB (Red+Green+Blue) = 72+17+114=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #481172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481172 is #B7EE8D. Grayscale: #2C2C2C. Windows color (decimal): -12054158 or 7475528. OLE color: 7475528.

HSL color Cylindrical-coordinate representation of color #481172: hue angle of 274.02º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481172 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 17 114 -
CMYK 0.37 0.85 0 0.55
HSL 274.02º 0.74% 0.26% -
HSV(B) 274.02º 0.85% 0.45% -
XYZ 5.91 2.99 16.19 -
YUV 44.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 72 17 114 0.37 0.85 0 0.55 274.02 0.74 0.26
Hex 48 11 72 25 55 0 37 112 4A 1A
Octal 110 21 162 45 125 0 67 422 112 32
Binary 1001000 10001 1110010 100101 1010101 0 110111 100010010 1001010 11010

Color Harmonies of #481172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481172

Black with #481172

Text Example


Text Example

White with #481172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481172; }

 p { color: rgb(72,17,114); }

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

background-color css

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

 a { background-color: rgb(72,17,114); }

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

border-color css

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

 span { border-color: rgb(72,17,114); }

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