#530998

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

Shades of Indigo #530998

Tints of Indigo #530998

Color information

#530998 (or 0x530998) is unknown color: approx Indigo. HEX triplet: 53, 09 and 98. RGB value is (83,9,152). Sum of RGB (Red+Green+Blue) = 83+9+152=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #530998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530998 is #ACF667. Grayscale: #2E2E2E. Windows color (decimal): -11335272 or 9963859. OLE color: 9963859.

HSL color Cylindrical-coordinate representation of color #530998: hue angle of 271.05º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530998 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB839152-
CMYK0.450.9400.40
HSL271.05º88.82%31.57%-
HSV(B)271.05º94.08%59.61%-
XYZ9.334.330.04-
YUV47.43187.02153.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=34.02%
G=3.69%
B=62.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8391520.450.9400.40271.0588.8231.57
Hex539982D5E02810f5920
Octal123112305513605041713140
Binary1010011100110011000101101101111001010001000011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530998; }

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

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

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

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

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

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

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

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