#530987

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

Shades of Indigo #530987

Tints of Indigo #530987

Color information

#530987 (or 0x530987) is unknown color: approx Indigo. HEX triplet: 53, 09 and 87. RGB value is (83,9,135). Sum of RGB (Red+Green+Blue) = 83+9+135=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #530987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530987 is #ACF678. Grayscale: #2D2D2D. Windows color (decimal): -11335289 or 8849747. OLE color: 8849747.

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

Color convert

RGB839135-
CMYK0.390.9300.47
HSL275.24º87.5%28.24%-
HSV(B)275.24º93.33%52.94%-
XYZ8.043.7823.23-
YUV45.49178.52154.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=36.56%
G=3.96%
B=59.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8391350.390.9300.47275.2487.528.24
Hex53987275D02F113581c
Octal123112074713505742313034
Binary101001110011000011110011110111010101111100010011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530987; }

 p { color: rgb(83,9,135); }

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

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

 a { background-color: rgb(83,9,135); }

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

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

 span { border-color: rgb(83,9,135); }

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