Html Css Color HEX #550167 Indigo

📋 copy color: '#550167'

red 85 ◦ green 1 ◦ blue 103

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

Shades of Indigo #550167

Tints of Indigo #550167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.5%

R = 44.97%
G = 0.53%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550167 (or 0x550167) is known color: Indigo. HEX triplet: 55, 01 and 67. RGB value is (85,1,103). Sum of RGB (Red+Green+Blue) = 85+1+103=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #550167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550167 is #AAFE98. Grayscale: #252525. Windows color (decimal): -11206297 or 6750549. OLE color: 6750549.

HSL color Cylindrical-coordinate representation of color #550167: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550167 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 1 103 -
CMYK 0.17 0.99 0 0.60
HSL 289.41º 0.98% 0.2% -
HSV(B) 289.41º 0.99% 0.4% -
XYZ 6.21 2.93 13.07 -
YUV 37.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 85 1 103 0.17 0.99 0 0.60 289.41 0.98 0.2
Hex 55 1 67 11 63 0 3C 121 62 14
Octal 125 1 147 21 143 0 74 441 142 24
Binary 1010101 1 1100111 10001 1100011 0 111100 100100001 1100010 10100

Color Harmonies of #550167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550167

Black with #550167

Text Example


Text Example

White with #550167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550167; }

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

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

background-color css

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

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

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

border-color css

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

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

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