Html Css Color HEX #550C8B Indigo

📋 copy color: '#550C8B'

red 85 ◦ green 12 ◦ blue 139

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

Shades of Indigo #550C8B

Tints of Indigo #550C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 36.02%
G = 5.08%
B = 58.9%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#550C8B (or 0x550C8B) is known color: Indigo. HEX triplet: 55, 0C and 8B. RGB value is (85,12,139). Sum of RGB (Red+Green+Blue) = 85+12+139=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #550C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550C8B is #AAF374. Grayscale: #2F2F2F. Windows color (decimal): -11203445 or 9112661. OLE color: 9112661.

HSL color Cylindrical-coordinate representation of color #550C8B: hue angle of 274.49º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550C8B is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 12 139 -
CMYK 0.39 0.91 0 0.45
HSL 274.49º 0.84% 0.3% -
HSV(B) 274.49º 0.91% 0.55% -
XYZ 8.54 4.06 24.76 -
YUV 48.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 85 12 139 0.39 0.91 0 0.45 274.49 0.84 0.3
Hex 55 C 8B 27 5B 0 2D 112 54 1E
Octal 125 14 213 47 133 0 55 422 124 36
Binary 1010101 1100 10001011 100111 1011011 0 101101 100010010 1010100 11110

Color Harmonies of #550C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C8B

Black with #550C8B

Text Example


Text Example

White with #550C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,12,139); }

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

background-color css

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

 a { background-color: rgb(85,12,139); }

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

border-color css

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

 span { border-color: rgb(85,12,139); }

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