Html Css Color HEX #550965 Indigo

📋 copy color: '#550965'

red 85 ◦ green 9 ◦ blue 101

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

Shades of Indigo #550965

Tints of Indigo #550965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 101 (39.84% from 255) = 51.79%

R = 43.59%
G = 4.62%
B = 51.79%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550965 (or 0x550965) is known color: Indigo. HEX triplet: 55, 09 and 65. RGB value is (85,9,101). Sum of RGB (Red+Green+Blue) = 85+9+101=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #550965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550965 is #AAF69A. Grayscale: #292929. Windows color (decimal): -11204251 or 6621525. OLE color: 6621525.

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

Color convert

RGB 85 9 101 -
CMYK 0.16 0.91 0 0.60
HSL 289.57º 0.84% 0.22% -
HSV(B) 289.57º 0.91% 0.4% -
XYZ 6.19 3.07 12.58 -
YUV 42.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 85 9 101 0.16 0.91 0 0.60 289.57 0.84 0.22
Hex 55 9 65 10 5B 0 3C 122 54 16
Octal 125 11 145 20 133 0 74 442 124 26
Binary 1010101 1001 1100101 10000 1011011 0 111100 100100010 1010100 10110

Color Harmonies of #550965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550965

Black with #550965

Text Example


Text Example

White with #550965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550965; }

 p { color: rgb(85,9,101); }

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

background-color css

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

 a { background-color: rgb(85,9,101); }

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

border-color css

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

 span { border-color: rgb(85,9,101); }

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