Html Css Color HEX #550F69 Indigo

📋 copy color: '#550F69'

red 85 ◦ green 15 ◦ blue 105

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

Shades of Indigo #550F69

Tints of Indigo #550F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 41.46%
G = 7.32%
B = 51.22%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550F69 (or 0x550F69) is known color: Indigo. HEX triplet: 55, 0F and 69. RGB value is (85,15,105). Sum of RGB (Red+Green+Blue) = 85+15+105=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #550F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F69 is #AAF096. Grayscale: #2D2D2D. Windows color (decimal): -11202711 or 6885205. OLE color: 6885205.

HSL color Cylindrical-coordinate representation of color #550F69: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550F69 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 15 105 -
CMYK 0.19 0.86 0 0.59
HSL 286.67º 0.75% 0.24% -
HSV(B) 286.67º 0.86% 0.41% -
XYZ 6.47 3.29 13.66 -
YUV 46.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 85 15 105 0.19 0.86 0 0.59 286.67 0.75 0.24
Hex 55 F 69 13 56 0 3B 11F 4B 18
Octal 125 17 151 23 126 0 73 437 113 30
Binary 1010101 1111 1101001 10011 1010110 0 111011 100011111 1001011 11000

Color Harmonies of #550F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F69

Black with #550F69

Text Example


Text Example

White with #550F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F69; }

 p { color: rgb(85,15,105); }

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

background-color css

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

 a { background-color: rgb(85,15,105); }

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

border-color css

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

 span { border-color: rgb(85,15,105); }

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