Html Css Color HEX #55028D Indigo

📋 copy color: '#55028D'

red 85 ◦ green 2 ◦ blue 141

#55028D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #55028D

Tints of Indigo #55028D

RGB

 RED value IS 85 (33.59% from 255) = 37.28%

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 37.28%
G = 0.88%
B = 61.84%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55028D (or 0x55028D) is known color: Indigo. HEX triplet: 55, 02 and 8D. RGB value is (85,2,141). Sum of RGB (Red+Green+Blue) = 85+2+141=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #55028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55028D is #AAFD72. Grayscale: #2A2A2A. Windows color (decimal): -11206003 or 9241173. OLE color: 9241173.

HSL color Cylindrical-coordinate representation of color #55028D: hue angle of 275.83º 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 #55028D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 2 141 -
CMYK 0.40 0.99 0 0.45
HSL 275.83º 0.97% 0.28% -
HSV(B) 275.83º 0.99% 0.55% -
XYZ 8.58 3.9 25.5 -
YUV 42.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 85 2 141 0.40 0.99 0 0.45 275.83 0.97 0.28
Hex 55 2 8D 28 63 0 2D 114 61 1C
Octal 125 2 215 50 143 0 55 424 141 34
Binary 1010101 10 10001101 101000 1100011 0 101101 100010100 1100001 11100

Color Harmonies of #55028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55028D

Black with #55028D

Text Example


Text Example

White with #55028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55028D;
 }
 .AnyTagClassName
 {
   color: #55028D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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