#53028B

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

Shades of Indigo #53028B

Tints of Indigo #53028B

Color information

#53028B (or 0x53028B) is unknown color: approx Indigo. HEX triplet: 53, 02 and 8B. RGB value is (83,2,139). Sum of RGB (Red+Green+Blue) = 83+2+139=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #53028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53028B is #ACFD74. Grayscale: #292929. Windows color (decimal): -11337077 or 9110099. OLE color: 9110099.

HSL color Cylindrical-coordinate representation of color #53028B: hue angle of 275.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53028B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB832139-
CMYK0.400.9900.45
HSL275.47º97.16%27.65%-
HSV(B)275.47º98.56%54.51%-
XYZ8.253.7524.71-
YUV41.84182.84157.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 139 (54.69% from 255) = 62.05%
R=37.05%
G=0.89%
B=62.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8321390.400.9900.45275.4797.1627.65
Hex5328B286302D113611c
Octal12322135014305542314134
Binary1010011101000101110100011000110101101100010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,2,139); }

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

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

 a { background-color: rgb(83,2,139); }

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

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

 span { border-color: rgb(83,2,139); }

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