#481292

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

Shades of Indigo #481292

Tints of Indigo #481292

Color information

#481292 (or 0x481292) is unknown color: approx Indigo. HEX triplet: 48, 12 and 92. RGB value is (72,18,146). Sum of RGB (Red+Green+Blue) = 72+18+146=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #481292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481292 is #B7ED6D. Grayscale: #303030. Windows color (decimal): -12053870 or 9572936. OLE color: 9572936.

HSL color Cylindrical-coordinate representation of color #481292: hue angle of 265.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481292 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7218146-
CMYK0.510.8800.43
HSL265.31º78.05%32.16%-
HSV(B)265.31º87.67%57.25%-
XYZ8.083.8927.52-
YUV48.74182.89144.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=30.51%
G=7.63%
B=61.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72181460.510.8800.43265.3178.0532.16
Hex481292335802B1094e20
Octal110222226313005341111640
Binary10010001001010010010110011101100001010111000010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481292; }

 p { color: rgb(72,18,146); }

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

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

 a { background-color: rgb(72,18,146); }

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

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

 span { border-color: rgb(72,18,146); }

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