#481893

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

Shades of Indigo #481893

Tints of Indigo #481893

Color information

#481893 (or 0x481893) is unknown color: approx Indigo. HEX triplet: 48, 18 and 93. RGB value is (72,24,147). Sum of RGB (Red+Green+Blue) = 72+24+147=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #481893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481893 is #B7E76C. Grayscale: #333333. Windows color (decimal): -12052333 or 9640008. OLE color: 9640008.

HSL color Cylindrical-coordinate representation of color #481893: hue angle of 263.41º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481893 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7224147-
CMYK0.510.8400.42
HSL263.41º71.93%33.53%-
HSV(B)263.41º83.67%57.65%-
XYZ8.274.1427.97-
YUV52.37181.4142-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 147 (57.81% from 255) = 60.49%
R=29.63%
G=9.88%
B=60.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72241470.510.8400.42263.4171.9333.53
Hex481893335402A1074822
Octal110302236312405240711042
Binary10010001100010010011110011101010001010101000001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481893; }

 p { color: rgb(72,24,147); }

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

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

 a { background-color: rgb(72,24,147); }

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

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

 span { border-color: rgb(72,24,147); }

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