#530493

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

Shades of Indigo #530493

Tints of Indigo #530493

Color information

#530493 (or 0x530493) is unknown color: approx Indigo. HEX triplet: 53, 04 and 93. RGB value is (83,4,147). Sum of RGB (Red+Green+Blue) = 83+4+147=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #530493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530493 is #ACFB6C. Grayscale: #2B2B2B. Windows color (decimal): -11336557 or 9634899. OLE color: 9634899.

HSL color Cylindrical-coordinate representation of color #530493: hue angle of 273.15º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530493 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB834147-
CMYK0.440.9700.42
HSL273.15º94.7%29.61%-
HSV(B)273.15º97.28%57.65%-
XYZ8.884.0327.91-
YUV43.92186.17155.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=35.47%
G=1.71%
B=62.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8341470.440.9700.42273.1594.729.61
Hex534932C6102A1115f1e
Octal12342235414105242113736
Binary10100111001001001110110011000010101010100010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530493; }

 p { color: rgb(83,4,147); }

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

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

 a { background-color: rgb(83,4,147); }

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

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

 span { border-color: rgb(83,4,147); }

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