Html Css Color HEX #55197A Indigo

📋 copy color: '#55197A'

red 85 ◦ green 25 ◦ blue 122

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

Shades of Indigo #55197A

Tints of Indigo #55197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 122 (48.05% from 255) = 52.59%

R = 36.64%
G = 10.78%
B = 52.59%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55197A (or 0x55197A) is known color: Indigo. HEX triplet: 55, 19 and 7A. RGB value is (85,25,122). Sum of RGB (Red+Green+Blue) = 85+25+122=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #55197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55197A is #AAE685. Grayscale: #353535. Windows color (decimal): -11200134 or 8001877. OLE color: 8001877.

HSL color Cylindrical-coordinate representation of color #55197A: hue angle of 277.11º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55197A is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 25 122 -
CMYK 0.30 0.80 0 0.52
HSL 277.11º 0.66% 0.29% -
HSV(B) 277.11º 0.8% 0.48% -
XYZ 7.61 4.03 18.79 -
YUV 54 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 85 25 122 0.30 0.80 0 0.52 277.11 0.66 0.29
Hex 55 19 7A 1E 50 0 34 115 42 1D
Octal 125 31 172 36 120 0 64 425 102 35
Binary 1010101 11001 1111010 11110 1010000 0 110100 100010101 1000010 11101

Color Harmonies of #55197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55197A

Black with #55197A

Text Example


Text Example

White with #55197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55197A; }

 p { color: rgb(85,25,122); }

 H1.HeaderClassName
 {
   color: #55197A;
 }
 .AnyTagClassName
 {
   color: #55197A;
 }
</style>

background-color css

<style>
 a { background-color: #55197A; }

 a { background-color: rgb(85,25,122); }

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

border-color css

<style>
 span { border-color: #55197A; }

 span { border-color: rgb(85,25,122); }

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