#530170

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

Shades of Indigo #530170

Tints of Indigo #530170

Color information

#530170 (or 0x530170) is unknown color: approx Indigo. HEX triplet: 53, 01 and 70. RGB value is (83,1,112). Sum of RGB (Red+Green+Blue) = 83+1+112=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #530170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530170 is #ACFE8F. Grayscale: #252525. Windows color (decimal): -11337360 or 7340371. OLE color: 7340371.

HSL color Cylindrical-coordinate representation of color #530170: hue angle of 284.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530170 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB831112-
CMYK0.260.9900.56
HSL284.32º98.23%22.16%-
HSV(B)284.32º99.11%43.92%-
XYZ6.53.0315.57-
YUV38.17169.67159.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=42.35%
G=0.51%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8311120.260.9900.56284.3298.2322.16
Hex531701A6303811c6216
Octal12311603214307043414226
Binary1010011111100001101011000110111000100011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530170; }

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

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

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

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

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

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

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

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