#530271

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

Shades of Indigo #530271

Tints of Indigo #530271

Color information

#530271 (or 0x530271) is unknown color: approx Indigo. HEX triplet: 53, 02 and 71. RGB value is (83,2,113). Sum of RGB (Red+Green+Blue) = 83+2+113=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #530271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530271 is #ACFD8E. Grayscale: #262626. Windows color (decimal): -11337103 or 7406163. OLE color: 7406163.

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

Color convert

RGB832113-
CMYK0.270.9800.56
HSL283.78º96.52%22.55%-
HSV(B)283.78º98.23%44.31%-
XYZ6.573.0715.87-
YUV38.87169.84159.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=41.92%
G=1.01%
B=57.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8321130.270.9800.56283.7896.5222.55
Hex532711B6203811c6117
Octal12321613314207043414127
Binary10100111011100011101111000100111000100011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530271; }

 p { color: rgb(83,2,113); }

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

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

 a { background-color: rgb(83,2,113); }

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

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

 span { border-color: rgb(83,2,113); }

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