Html Css Color HEX #550168 Indigo

📋 copy color: '#550168'

red 85 ◦ green 1 ◦ blue 104

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

Shades of Indigo #550168

Tints of Indigo #550168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 44.74%
G = 0.53%
B = 54.74%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550168 (or 0x550168) is known color: Indigo. HEX triplet: 55, 01 and 68. RGB value is (85,1,104). Sum of RGB (Red+Green+Blue) = 85+1+104=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #550168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550168 is #AAFE97. Grayscale: #252525. Windows color (decimal): -11206296 or 6816085. OLE color: 6816085.

HSL color Cylindrical-coordinate representation of color #550168: hue angle of 288.93º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550168 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 1 104 -
CMYK 0.18 0.99 0 0.59
HSL 288.93º 0.98% 0.21% -
HSV(B) 288.93º 0.99% 0.41% -
XYZ 6.26 2.95 13.34 -
YUV 37.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 85 1 104 0.18 0.99 0 0.59 288.93 0.98 0.21
Hex 55 1 68 12 63 0 3B 121 62 15
Octal 125 1 150 22 143 0 73 441 142 25
Binary 1010101 1 1101000 10010 1100011 0 111011 100100001 1100010 10101

Color Harmonies of #550168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550168

Black with #550168

Text Example


Text Example

White with #550168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550168; }

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

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

background-color css

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

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

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

border-color css

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

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

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