#530E9B

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

Shades of Indigo #530E9B

Tints of Indigo #530E9B

Color information

#530E9B (or 0x530E9B) is unknown color: approx Indigo. HEX triplet: 53, 0E and 9B. RGB value is (83,14,155). Sum of RGB (Red+Green+Blue) = 83+14+155=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #530E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E9B is #ACF164. Grayscale: #323232. Windows color (decimal): -11333989 or 10161747. OLE color: 10161747.

HSL color Cylindrical-coordinate representation of color #530E9B: hue angle of 269.36º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530E9B is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8314155-
CMYK0.460.9100.39
HSL269.36º83.43%33.14%-
HSV(B)269.36º90.97%60.78%-
XYZ9.644.5231.37-
YUV50.7186.86151.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=32.94%
G=5.56%
B=61.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83141550.460.9100.39269.3683.4333.14
Hex53E9B2E5B02710d5321
Octal123162335613304741512341
Binary1010011111010011011101110101101101001111000011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,14,155); }

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

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

 a { background-color: rgb(83,14,155); }

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

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

 span { border-color: rgb(83,14,155); }

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