#53069B

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

Shades of Indigo #53069B

Tints of Indigo #53069B

Color information

#53069B (or 0x53069B) is unknown color: approx Indigo. HEX triplet: 53, 06 and 9B. RGB value is (83,6,155). Sum of RGB (Red+Green+Blue) = 83+6+155=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #53069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53069B is #ACF964. Grayscale: #2D2D2D. Windows color (decimal): -11336037 or 10159699. OLE color: 10159699.

HSL color Cylindrical-coordinate representation of color #53069B: hue angle of 271.01º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53069B is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB836155-
CMYK0.460.9600.39
HSL271.01º92.55%31.57%-
HSV(B)271.01º96.13%60.78%-
XYZ9.554.3431.34-
YUV46.01189.51154.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 155 (60.94% from 255) = 63.52%
R=34.02%
G=2.46%
B=63.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8361550.460.9600.39271.0192.5531.57
Hex5369B2E6002710f5d20
Octal12362335614004741713540
Binary101001111010011011101110110000001001111000011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53069B; }

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

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

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

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

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

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

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

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