Html Css Color HEX #481186 Indigo

📋 copy color: '#481186'

red 72 ◦ green 17 ◦ blue 134

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

Shades of Indigo #481186

Tints of Indigo #481186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 32.29%
G = 7.62%
B = 60.09%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#481186 (or 0x481186) is known color: Indigo. HEX triplet: 48, 11 and 86. RGB value is (72,17,134). Sum of RGB (Red+Green+Blue) = 72+17+134=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #481186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481186 is #B7EE79. Grayscale: #2E2E2E. Windows color (decimal): -12054138 or 8786248. OLE color: 8786248.

HSL color Cylindrical-coordinate representation of color #481186: hue angle of 268.21º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481186 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 17 134 -
CMYK 0.46 0.87 0 0.47
HSL 268.21º 0.77% 0.3% -
HSV(B) 268.21º 0.87% 0.53% -
XYZ 7.18 3.5 22.85 -
YUV 46.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 72 17 134 0.46 0.87 0 0.47 268.21 0.77 0.3
Hex 48 11 86 2E 57 0 2F 10C 4D 1E
Octal 110 21 206 56 127 0 57 414 115 36
Binary 1001000 10001 10000110 101110 1010111 0 101111 100001100 1001101 11110

Color Harmonies of #481186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481186

Black with #481186

Text Example


Text Example

White with #481186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481186; }

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

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

background-color css

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

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

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

border-color css

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

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

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