#530982

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

Shades of Indigo #530982

Tints of Indigo #530982

Color information

#530982 (or 0x530982) is unknown color: approx Indigo. HEX triplet: 53, 09 and 82. RGB value is (83,9,130). Sum of RGB (Red+Green+Blue) = 83+9+130=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #530982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530982 is #ACF67D. Grayscale: #2C2C2C. Windows color (decimal): -11335294 or 8522067. OLE color: 8522067.

HSL color Cylindrical-coordinate representation of color #530982: hue angle of 276.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530982 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB839130-
CMYK0.360.9300.49
HSL276.69º87.05%27.25%-
HSV(B)276.69º93.08%50.98%-
XYZ7.693.6521.42-
YUV44.92176.02155.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=37.39%
G=4.05%
B=58.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8391300.360.9300.49276.6987.0527.25
Hex53982245D031115571b
Octal123112024413506142512733
Binary101001110011000001010010010111010110001100010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530982; }

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

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

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

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

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

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

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

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