Html Css Color HEX #550067 Indigo

📋 copy color: '#550067'

red 85 ◦ green 0 ◦ blue 103

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

Shades of Indigo #550067

Tints of Indigo #550067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.21%
G = 0%
B = 54.79%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550067 (or 0x550067) is known color: Indigo. HEX triplet: 55, 00 and 67. RGB value is (85,0,103). Sum of RGB (Red+Green+Blue) = 85+0+103=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #550067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550067 is #AAFF98. Grayscale: #242424. Windows color (decimal): -11206553 or 6750293. OLE color: 6750293.

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

Color convert

RGB 85 0 103 -
CMYK 0.17 1 0 0.60
HSL 289.51º 1% 0.2% -
HSV(B) 289.51º 1% 0.4% -
XYZ 6.19 2.91 13.07 -
YUV 37.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 85 0 103 0.17 1 0 0.60 289.51 1 0.2
Hex 55 0 67 11 64 0 3C 122 64 14
Octal 125 0 147 21 144 0 74 442 144 24
Binary 1010101 0 1100111 10001 1100100 0 111100 100100010 1100100 10100

Color Harmonies of #550067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550067

Black with #550067

Text Example


Text Example

White with #550067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550067; }

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

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

background-color css

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

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

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

border-color css

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

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

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