Html Css Color HEX #55057C Indigo

📋 copy color: '#55057C'

red 85 ◦ green 5 ◦ blue 124

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

Shades of Indigo #55057C

Tints of Indigo #55057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 39.72%
G = 2.34%
B = 57.94%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55057C (or 0x55057C) is known color: Indigo. HEX triplet: 55, 05 and 7C. RGB value is (85,5,124). Sum of RGB (Red+Green+Blue) = 85+5+124=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #55057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55057C is #AAFA83. Grayscale: #2A2A2A. Windows color (decimal): -11205252 or 8127829. OLE color: 8127829.

HSL color Cylindrical-coordinate representation of color #55057C: hue angle of 280.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55057C is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 5 124 -
CMYK 0.31 0.96 0 0.51
HSL 280.34º 0.92% 0.25% -
HSV(B) 280.34º 0.96% 0.49% -
XYZ 7.44 3.5 19.35 -
YUV 42.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 85 5 124 0.31 0.96 0 0.51 280.34 0.92 0.25
Hex 55 5 7C 1F 60 0 33 118 5C 19
Octal 125 5 174 37 140 0 63 430 134 31
Binary 1010101 101 1111100 11111 1100000 0 110011 100011000 1011100 11001

Color Harmonies of #55057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55057C

Black with #55057C

Text Example


Text Example

White with #55057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,5,124); }

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

background-color css

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

 a { background-color: rgb(85,5,124); }

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

border-color css

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

 span { border-color: rgb(85,5,124); }

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