#530482

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

Shades of Indigo #530482

Tints of Indigo #530482

Color information

#530482 (or 0x530482) is unknown color: approx Indigo. HEX triplet: 53, 04 and 82. RGB value is (83,4,130). Sum of RGB (Red+Green+Blue) = 83+4+130=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #530482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530482 is #ACFB7D. Grayscale: #292929. Windows color (decimal): -11336574 or 8520787. OLE color: 8520787.

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

Color convert

RGB834130-
CMYK0.360.9700.49
HSL277.62º94.03%26.27%-
HSV(B)277.62º96.92%50.98%-
XYZ7.643.5421.4-
YUV41.98177.67157.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=38.25%
G=1.84%
B=59.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8341300.360.9700.49277.6294.0326.27
Hex5348224610311165e1a
Octal12342024414106142613632
Binary10100111001000001010010011000010110001100010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530482; }

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

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

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

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

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

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

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

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