#530172

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

Shades of Indigo #530172

Tints of Indigo #530172

Color information

#530172 (or 0x530172) is unknown color: approx Indigo. HEX triplet: 53, 01 and 72. RGB value is (83,1,114). Sum of RGB (Red+Green+Blue) = 83+1+114=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #530172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530172 is #ACFE8D. Grayscale: #262626. Windows color (decimal): -11337358 or 7471443. OLE color: 7471443.

HSL color Cylindrical-coordinate representation of color #530172: hue angle of 283.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530172 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB831114-
CMYK0.270.9900.55
HSL283.54º98.26%22.55%-
HSV(B)283.54º99.12%44.71%-
XYZ6.623.0816.16-
YUV38.4170.67159.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=41.92%
G=0.51%
B=57.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8311140.270.9900.55283.5498.2622.55
Hex531721B6303711c6217
Octal12311623314306743414227
Binary1010011111100101101111000110110111100011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530172; }

 p { color: rgb(83,1,114); }

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

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

 a { background-color: rgb(83,1,114); }

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

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

 span { border-color: rgb(83,1,114); }

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