#481190

Color #481190 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #481190

Tints of Indigo #481190

Color information

#481190 (or 0x481190) is unknown color: approx Indigo. HEX triplet: 48, 11 and 90. RGB value is (72,17,144). Sum of RGB (Red+Green+Blue) = 72+17+144=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #481190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481190 is #B7EE6F. Grayscale: #2F2F2F. Windows color (decimal): -12054128 or 9441608. OLE color: 9441608.

HSL color Cylindrical-coordinate representation of color #481190: hue angle of 265.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481190 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7217144-
CMYK0.500.8800.44
HSL265.98º78.88%31.57%-
HSV(B)265.98º88.19%56.47%-
XYZ7.913.7926.7-
YUV47.92182.22145.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 144 (56.64% from 255) = 61.80%
R=30.90%
G=7.30%
B=61.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72171440.500.8800.44265.9878.8831.57
Hex481190325802C10a4f20
Octal110212206213005441211740
Binary10010001000110010000110010101100001011001000010101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481190; }

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

 H1.HeaderClassName
 {
   color: #481190;
 }
 .AnyTagClassName
 {
   color: #481190;
 }
</style>
background-color css

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

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

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

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

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

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