Html Css Color HEX #481173 Indigo

📋 copy color: '#481173'

red 72 ◦ green 17 ◦ blue 115

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

Shades of Indigo #481173

Tints of Indigo #481173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 35.29%
G = 8.33%
B = 56.37%

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

#481173 (or 0x481173) is known color: Indigo. HEX triplet: 48, 11 and 73. RGB value is (72,17,115). Sum of RGB (Red+Green+Blue) = 72+17+115=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #481173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481173 is #B7EE8C. Grayscale: #2C2C2C. Windows color (decimal): -12054157 or 7541064. OLE color: 7541064.

HSL color Cylindrical-coordinate representation of color #481173: hue angle of 273.67º 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 #481173 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 17 115 -
CMYK 0.37 0.85 0 0.55
HSL 273.67º 0.74% 0.26% -
HSV(B) 273.67º 0.85% 0.45% -
XYZ 5.97 3.02 16.49 -
YUV 44.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 72 17 115 0.37 0.85 0 0.55 273.67 0.74 0.26
Hex 48 11 73 25 55 0 37 112 4A 1A
Octal 110 21 163 45 125 0 67 422 112 32
Binary 1001000 10001 1110011 100101 1010101 0 110111 100010010 1001010 11010

Color Harmonies of #481173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481173

Black with #481173

Text Example


Text Example

White with #481173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481173; }

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

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

background-color css

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

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

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

border-color css

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

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

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