Html Css Color HEX #551675 Indigo

📋 copy color: '#551675'

red 85 ◦ green 22 ◦ blue 117

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

Shades of Indigo #551675

Tints of Indigo #551675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 37.95%
G = 9.82%
B = 52.23%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#551675 (or 0x551675) is known color: Indigo. HEX triplet: 55, 16 and 75. RGB value is (85,22,117). Sum of RGB (Red+Green+Blue) = 85+22+117=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #551675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551675 is #AAE98A. Grayscale: #333333. Windows color (decimal): -11200907 or 7673429. OLE color: 7673429.

HSL color Cylindrical-coordinate representation of color #551675: hue angle of 279.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551675 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 22 117 -
CMYK 0.27 0.81 0 0.54
HSL 279.79º 0.68% 0.27% -
HSV(B) 279.79º 0.81% 0.46% -
XYZ 7.24 3.79 17.18 -
YUV 51.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 85 22 117 0.27 0.81 0 0.54 279.79 0.68 0.27
Hex 55 16 75 1B 51 0 36 118 44 1B
Octal 125 26 165 33 121 0 66 430 104 33
Binary 1010101 10110 1110101 11011 1010001 0 110110 100011000 1000100 11011

Color Harmonies of #551675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551675

Black with #551675

Text Example


Text Example

White with #551675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551675; }

 p { color: rgb(85,22,117); }

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

background-color css

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

 a { background-color: rgb(85,22,117); }

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

border-color css

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

 span { border-color: rgb(85,22,117); }

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