#530488

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

Shades of Indigo #530488

Tints of Indigo #530488

Color information

#530488 (or 0x530488) is unknown color: approx Indigo. HEX triplet: 53, 04 and 88. RGB value is (83,4,136). Sum of RGB (Red+Green+Blue) = 83+4+136=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #530488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530488 is #ACFB77. Grayscale: #2A2A2A. Windows color (decimal): -11336568 or 8914003. OLE color: 8914003.

HSL color Cylindrical-coordinate representation of color #530488: hue angle of 275.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530488 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB834136-
CMYK0.390.9700.47
HSL275.91º94.29%27.45%-
HSV(B)275.91º97.06%53.33%-
XYZ8.053.723.58-
YUV42.67180.67156.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=37.22%
G=1.79%
B=60.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8341360.390.9700.47275.9194.2927.45
Hex53488276102F1145e1b
Octal12342104714105742413633
Binary10100111001000100010011111000010101111100010100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530488; }

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

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

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

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

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

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

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

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