#55038D

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

Shades of Indigo #55038D

Tints of Indigo #55038D

Color information

#55038D (or 0x55038D) is unknown color: approx Indigo. HEX triplet: 55, 03 and 8D. RGB value is (85,3,141). Sum of RGB (Red+Green+Blue) = 85+3+141=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #55038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55038D is #AAFC72. Grayscale: #2A2A2A. Windows color (decimal): -11205747 or 9241429. OLE color: 9241429.

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

Color convert

RGB853141-
CMYK0.400.9800.45
HSL275.65º95.83%28.24%-
HSV(B)275.65º97.87%55.29%-
XYZ8.593.9225.5-
YUV43.25183.17157.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 141 (55.47% from 255) = 61.57%
R=37.12%
G=1.31%
B=61.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8531410.400.9800.45275.6595.8328.24
Hex5538D286202D114601c
Octal12532155014205542414034
Binary1010101111000110110100011000100101101100010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55038D; }

 p { color: rgb(85,3,141); }

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

<style>
 a { background-color: #55038D; }

 a { background-color: rgb(85,3,141); }

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

<style>
 span { border-color: #55038D; }

 span { border-color: rgb(85,3,141); }

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