Html Css Color HEX #55028C Indigo

📋 copy color: '#55028C'

red 85 ◦ green 2 ◦ blue 140

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

Shades of Indigo #55028C

Tints of Indigo #55028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 37.44%
G = 0.88%
B = 61.67%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55028C (or 0x55028C) is known color: Indigo. HEX triplet: 55, 02 and 8C. RGB value is (85,2,140). Sum of RGB (Red+Green+Blue) = 85+2+140=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #55028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55028C is #AAFD73. Grayscale: #2A2A2A. Windows color (decimal): -11206004 or 9175637. OLE color: 9175637.

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

Color convert

RGB 85 2 140 -
CMYK 0.39 0.99 0 0.45
HSL 276.09º 0.97% 0.28% -
HSV(B) 276.09º 0.99% 0.55% -
XYZ 8.5 3.87 25.11 -
YUV 42.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 85 2 140 0.39 0.99 0 0.45 276.09 0.97 0.28
Hex 55 2 8C 27 63 0 2D 114 61 1C
Octal 125 2 214 47 143 0 55 424 141 34
Binary 1010101 10 10001100 100111 1100011 0 101101 100010100 1100001 11100

Color Harmonies of #55028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55028C

Black with #55028C

Text Example


Text Example

White with #55028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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