#530B68

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

Shades of Indigo #530B68

Tints of Indigo #530B68

Color information

#530B68 (or 0x530B68) is unknown color: approx Indigo. HEX triplet: 53, 0B and 68. RGB value is (83,11,104). Sum of RGB (Red+Green+Blue) = 83+11+104=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #530B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B68 is #ACF497. Grayscale: #2A2A2A. Windows color (decimal): -11334808 or 6818643. OLE color: 6818643.

HSL color Cylindrical-coordinate representation of color #530B68: hue angle of 286.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530B68 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8311104-
CMYK0.200.8900.59
HSL286.45º80.87%22.55%-
HSV(B)286.45º89.42%40.78%-
XYZ6.193.0813.36-
YUV43.13162.35156.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=41.92%
G=5.56%
B=52.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83111040.200.8900.59286.4580.8722.55
Hex53B68145903B11e5117
Octal123131502413107343612127
Binary1010011101111010001010010110010111011100011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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