Html Css Color HEX #481174 Indigo

📋 copy color: '#481174'

red 72 ◦ green 17 ◦ blue 116

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

Shades of Indigo #481174

Tints of Indigo #481174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 35.12%
G = 8.29%
B = 56.59%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481174 (or 0x481174) is known color: Indigo. HEX triplet: 48, 11 and 74. RGB value is (72,17,116). Sum of RGB (Red+Green+Blue) = 72+17+116=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #481174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481174 is #B7EE8B. Grayscale: #2C2C2C. Windows color (decimal): -12054156 or 7606600. OLE color: 7606600.

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

Color convert

RGB 72 17 116 -
CMYK 0.38 0.85 0 0.55
HSL 273.33º 0.74% 0.26% -
HSV(B) 273.33º 0.85% 0.45% -
XYZ 6.03 3.04 16.79 -
YUV 44.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 72 17 116 0.38 0.85 0 0.55 273.33 0.74 0.26
Hex 48 11 74 26 55 0 37 111 4A 1A
Octal 110 21 164 46 125 0 67 421 112 32
Binary 1001000 10001 1110100 100110 1010101 0 110111 100010001 1001010 11010

Color Harmonies of #481174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481174

Black with #481174

Text Example


Text Example

White with #481174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481174; }

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

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

background-color css

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

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

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

border-color css

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

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

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