#530B71

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

Shades of Indigo #530B71

Tints of Indigo #530B71

Color information

#530B71 (or 0x530B71) is unknown color: approx Indigo. HEX triplet: 53, 0B and 71. RGB value is (83,11,113). Sum of RGB (Red+Green+Blue) = 83+11+113=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #530B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B71 is #ACF48E. Grayscale: #2B2B2B. Windows color (decimal): -11334799 or 7408467. OLE color: 7408467.

HSL color Cylindrical-coordinate representation of color #530B71: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530B71 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8311113-
CMYK0.270.9000.56
HSL282.35º82.26%24.31%-
HSV(B)282.35º90.27%44.31%-
XYZ6.673.2715.9-
YUV44.16166.85155.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=40.10%
G=5.31%
B=54.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111130.270.9000.56282.3582.2624.31
Hex53B711B5A03811a5218
Octal123131613313207043212230
Binary1010011101111100011101110110100111000100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530B71; }

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

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

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

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

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

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

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

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