#530076

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

Shades of Indigo #530076

Tints of Indigo #530076

Color information

#530076 (or 0x530076) is unknown color: approx Indigo. HEX triplet: 53, 00 and 76. RGB value is (83,0,118). Sum of RGB (Red+Green+Blue) = 83+0+118=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #530076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530076 is #ACFF89. Grayscale: #252525. Windows color (decimal): -11337610 or 7733331. OLE color: 7733331.

HSL color Cylindrical-coordinate representation of color #530076: hue angle of 282.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530076 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB830118-
CMYK0.30100.54
HSL282.2º100%23.14%-
HSV(B)282.2º100%46.27%-
XYZ6.843.1517.39-
YUV38.27173159.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=41.29%
G=0%
B=58.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8301180.30100.54282.210023.14
Hex530761E6403611a6417
Octal12301663614406643214427
Binary1010011011101101111011001000110110100011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530076; }

 p { color: rgb(83,0,118); }

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

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

 a { background-color: rgb(83,0,118); }

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

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

 span { border-color: rgb(83,0,118); }

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