Html Css Color HEX #550185 Indigo

📋 copy color: '#550185'

red 85 ◦ green 1 ◦ blue 133

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

Shades of Indigo #550185

Tints of Indigo #550185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 38.81%
G = 0.46%
B = 60.73%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#550185 (or 0x550185) is known color: Indigo. HEX triplet: 55, 01 and 85. RGB value is (85,1,133). Sum of RGB (Red+Green+Blue) = 85+1+133=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #550185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550185 is #AAFE7A. Grayscale: #282828. Windows color (decimal): -11206267 or 8716629. OLE color: 8716629.

HSL color Cylindrical-coordinate representation of color #550185: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550185 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 1 133 -
CMYK 0.36 0.99 0 0.48
HSL 278.18º 0.99% 0.26% -
HSV(B) 278.18º 0.99% 0.52% -
XYZ 7.99 3.65 22.47 -
YUV 41.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 85 1 133 0.36 0.99 0 0.48 278.18 0.99 0.26
Hex 55 1 85 24 63 0 30 116 63 1A
Octal 125 1 205 44 143 0 60 426 143 32
Binary 1010101 1 10000101 100100 1100011 0 110000 100010110 1100011 11010

Color Harmonies of #550185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550185

Black with #550185

Text Example


Text Example

White with #550185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550185; }

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

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

background-color css

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

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

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

border-color css

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

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

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