Html Css Color HEX #550195 Indigo

📋 copy color: '#550195'

red 85 ◦ green 1 ◦ blue 149

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

Shades of Indigo #550195

Tints of Indigo #550195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 36.17%
G = 0.43%
B = 63.4%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#550195 (or 0x550195) is known color: Indigo. HEX triplet: 55, 01 and 95. RGB value is (85,1,149). Sum of RGB (Red+Green+Blue) = 85+1+149=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #550195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550195 is #AAFE6A. Grayscale: #2A2A2A. Windows color (decimal): -11206251 or 9765205. OLE color: 9765205.

HSL color Cylindrical-coordinate representation of color #550195: hue angle of 274.05º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550195 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 1 149 -
CMYK 0.43 0.99 0 0.42
HSL 274.05º 0.99% 0.29% -
HSV(B) 274.05º 0.99% 0.58% -
XYZ 9.18 4.12 28.75 -
YUV 42.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 85 1 149 0.43 0.99 0 0.42 274.05 0.99 0.29
Hex 55 1 95 2B 63 0 2A 112 63 1D
Octal 125 1 225 53 143 0 52 422 143 35
Binary 1010101 1 10010101 101011 1100011 0 101010 100010010 1100011 11101

Color Harmonies of #550195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550195

Black with #550195

Text Example


Text Example

White with #550195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550195; }

 p { color: rgb(85,1,149); }

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

background-color css

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

 a { background-color: rgb(85,1,149); }

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

border-color css

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

 span { border-color: rgb(85,1,149); }

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