Html Css Color HEX #550767 Indigo

📋 copy color: '#550767'

red 85 ◦ green 7 ◦ blue 103

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

Shades of Indigo #550767

Tints of Indigo #550767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 43.59%
G = 3.59%
B = 52.82%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550767 (or 0x550767) is known color: Indigo. HEX triplet: 55, 07 and 67. RGB value is (85,7,103). Sum of RGB (Red+Green+Blue) = 85+7+103=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #550767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550767 is #AAF898. Grayscale: #282828. Windows color (decimal): -11204761 or 6752085. OLE color: 6752085.

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

Color convert

RGB 85 7 103 -
CMYK 0.17 0.93 0 0.60
HSL 288.75º 0.87% 0.22% -
HSV(B) 288.75º 0.93% 0.4% -
XYZ 6.27 3.06 13.09 -
YUV 41.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 85 7 103 0.17 0.93 0 0.60 288.75 0.87 0.22
Hex 55 7 67 11 5D 0 3C 121 57 16
Octal 125 7 147 21 135 0 74 441 127 26
Binary 1010101 111 1100111 10001 1011101 0 111100 100100001 1010111 10110

Color Harmonies of #550767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550767

Black with #550767

Text Example


Text Example

White with #550767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550767; }

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

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

background-color css

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

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

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

border-color css

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

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

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