#481793

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

Shades of Indigo #481793

Tints of Indigo #481793

Color information

#481793 (or 0x481793) is unknown color: approx Indigo. HEX triplet: 48, 17 and 93. RGB value is (72,23,147). Sum of RGB (Red+Green+Blue) = 72+23+147=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #481793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481793 is #B7E86C. Grayscale: #333333. Windows color (decimal): -12052589 or 9639752. OLE color: 9639752.

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

Color convert

RGB7223147-
CMYK0.510.8400.42
HSL263.71º72.94%33.33%-
HSV(B)263.71º84.35%57.65%-
XYZ8.254.127.96-
YUV51.79181.73142.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=29.75%
G=9.50%
B=60.74%

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
Decimal72231470.510.8400.42263.7172.9433.33
Hex481793335402A1084921
Octal110272236312405241011141
Binary10010001011110010011110011101010001010101000010001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481793; }

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

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

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

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

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

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

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

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