#53027B

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

Shades of Indigo #53027B

Tints of Indigo #53027B

Color information

#53027B (or 0x53027B) is unknown color: approx Indigo. HEX triplet: 53, 02 and 7B. RGB value is (83,2,123). Sum of RGB (Red+Green+Blue) = 83+2+123=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #53027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53027B is #ACFD84. Grayscale: #272727. Windows color (decimal): -11337093 or 8061523. OLE color: 8061523.

HSL color Cylindrical-coordinate representation of color #53027B: hue angle of 280.17º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53027B is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB832123-
CMYK0.330.9800.52
HSL280.17º96.8%24.51%-
HSV(B)280.17º98.37%48.24%-
XYZ7.163.3119-
YUV40.01174.84158.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=39.90%
G=0.96%
B=59.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8321230.330.9800.52280.1796.824.51
Hex5327B21620341186119
Octal12321734114206443014131
Binary101001110111101110000111000100110100100011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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