#530899

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

Shades of Indigo #530899

Tints of Indigo #530899

Color information

#530899 (or 0x530899) is unknown color: approx Indigo. HEX triplet: 53, 08 and 99. RGB value is (83,8,153). Sum of RGB (Red+Green+Blue) = 83+8+153=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #530899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530899 is #ACF766. Grayscale: #2E2E2E. Windows color (decimal): -11335527 or 10029139. OLE color: 10029139.

HSL color Cylindrical-coordinate representation of color #530899: hue angle of 271.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530899 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB838153-
CMYK0.460.9500.4
HSL271.03º90.06%31.57%-
HSV(B)271.03º94.77%60%-
XYZ9.44.3130.47-
YUV46.96187.85153.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=34.02%
G=3.28%
B=62.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8381530.460.9500.4271.0390.0631.57
Hex538992E5F02810f5a20
Octal123102315613705041713240
Binary1010011100010011001101110101111101010001000011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530899; }

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

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

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

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

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

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

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

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