#530B7A

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

Shades of Indigo #530B7A

Tints of Indigo #530B7A

Color information

#530B7A (or 0x530B7A) is unknown color: approx Indigo. HEX triplet: 53, 0B and 7A. RGB value is (83,11,122). Sum of RGB (Red+Green+Blue) = 83+11+122=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #530B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B7A is #ACF485. Grayscale: #2C2C2C. Windows color (decimal): -11334790 or 7998291. OLE color: 7998291.

HSL color Cylindrical-coordinate representation of color #530B7A: hue angle of 278.92º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530B7A is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8311122-
CMYK0.320.9100.52
HSL278.92º83.46%26.08%-
HSV(B)278.92º90.98%47.84%-
XYZ7.23.4818.71-
YUV45.18171.35154.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 11 (4.69% from 255) = 5.09%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=38.43%
G=5.09%
B=56.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83111220.320.9100.52278.9283.4626.08
Hex53B7A205B034117531a
Octal123131724013306442712332
Binary10100111011111101010000010110110110100100010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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