#53069A

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

Shades of Indigo #53069A

Tints of Indigo #53069A

Color information

#53069A (or 0x53069A) is unknown color: approx Indigo. HEX triplet: 53, 06 and 9A. RGB value is (83,6,154). Sum of RGB (Red+Green+Blue) = 83+6+154=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #53069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53069A is #ACF965. Grayscale: #2D2D2D. Windows color (decimal): -11336038 or 10094163. OLE color: 10094163.

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

Color convert

RGB836154-
CMYK0.460.9600.40
HSL271.22º92.5%31.37%-
HSV(B)271.22º96.1%60.39%-
XYZ9.474.330.9-
YUV45.9189.01154.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=34.16%
G=2.47%
B=63.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8361540.460.9600.40271.2292.531.37
Hex5369A2E6002810f5c1f
Octal12362325614005041713437
Binary10100111101001101010111011000000101000100001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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