#530882

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

Shades of Indigo #530882

Tints of Indigo #530882

Color information

#530882 (or 0x530882) is unknown color: approx Indigo. HEX triplet: 53, 08 and 82. RGB value is (83,8,130). Sum of RGB (Red+Green+Blue) = 83+8+130=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #530882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530882 is #ACF77D. Grayscale: #2B2B2B. Windows color (decimal): -11335550 or 8521811. OLE color: 8521811.

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

Color convert

RGB838130-
CMYK0.360.9400.49
HSL276.89º88.41%27.06%-
HSV(B)276.89º93.85%50.98%-
XYZ7.683.6221.41-
YUV44.33176.35155.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=37.56%
G=3.62%
B=58.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8381300.360.9400.49276.8988.4127.06
Hex53882245E031115581b
Octal123102024413606142513033
Binary101001110001000001010010010111100110001100010101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530882; }

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

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

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

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

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

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

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

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