#53088E

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

Shades of Indigo #53088E

Tints of Indigo #53088E

Color information

#53088E (or 0x53088E) is unknown color: approx Indigo. HEX triplet: 53, 08 and 8E. RGB value is (83,8,142). Sum of RGB (Red+Green+Blue) = 83+8+142=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #53088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53088E is #ACF771. Grayscale: #2D2D2D. Windows color (decimal): -11335538 or 9308243. OLE color: 9308243.

HSL color Cylindrical-coordinate representation of color #53088E: hue angle of 273.58º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53088E is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB838142-
CMYK0.420.9400.44
HSL273.58º89.33%29.41%-
HSV(B)273.58º94.37%55.69%-
XYZ8.543.9725.91-
YUV45.7182.35154.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=35.62%
G=3.43%
B=60.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8381420.420.9400.44273.5889.3329.41
Hex5388E2A5E02C112591d
Octal123102165213605442213135
Binary101001110001000111010101010111100101100100010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53088E; }

 p { color: rgb(83,8,142); }

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

<style>
 a { background-color: #53088E; }

 a { background-color: rgb(83,8,142); }

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

<style>
 span { border-color: #53088E; }

 span { border-color: rgb(83,8,142); }

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