#53008A

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

Shades of Indigo #53008A

Tints of Indigo #53008A

Color information

#53008A (or 0x53008A) is unknown color: approx Indigo. HEX triplet: 53, 00 and 8A. RGB value is (83,0,138). Sum of RGB (Red+Green+Blue) = 83+0+138=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #53008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53008A is #ACFF75. Grayscale: #282828. Windows color (decimal): -11337590 or 9044051. OLE color: 9044051.

HSL color Cylindrical-coordinate representation of color #53008A: hue angle of 276.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53008A is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB830138-
CMYK0.40100.46
HSL276.09º100%27.06%-
HSV(B)276.09º100%54.12%-
XYZ8.153.6724.32-
YUV40.55183158.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=37.56%
G=0%
B=62.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8301380.40100.46276.0910027.06
Hex5308A286402E114641b
Octal12302125014405642414433
Binary101001101000101010100011001000101110100010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,0,138); }

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

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

 a { background-color: rgb(83,0,138); }

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

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

 span { border-color: rgb(83,0,138); }

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