#530884

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

Shades of Indigo #530884

Tints of Indigo #530884

Color information

#530884 (or 0x530884) is unknown color: approx Indigo. HEX triplet: 53, 08 and 84. RGB value is (83,8,132). Sum of RGB (Red+Green+Blue) = 83+8+132=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #530884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530884 is #ACF77B. Grayscale: #2C2C2C. Windows color (decimal): -11335548 or 8652883. OLE color: 8652883.

HSL color Cylindrical-coordinate representation of color #530884: hue angle of 276.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530884 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB838132-
CMYK0.370.9400.48
HSL276.29º88.57%27.45%-
HSV(B)276.29º93.94%51.76%-
XYZ7.823.6822.13-
YUV44.56177.35155.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=37.22%
G=3.59%
B=59.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8381320.370.9400.48276.2988.5727.45
Hex53884255E030114591b
Octal123102044513606042413133
Binary101001110001000010010010110111100110000100010100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530884; }

 p { color: rgb(83,8,132); }

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

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

 a { background-color: rgb(83,8,132); }

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

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

 span { border-color: rgb(83,8,132); }

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