Html Css Color HEX #550B7D Indigo

📋 copy color: '#550B7D'

red 85 ◦ green 11 ◦ blue 125

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

Shades of Indigo #550B7D

Tints of Indigo #550B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 38.46%
G = 4.98%
B = 56.56%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#550B7D (or 0x550B7D) is known color: Indigo. HEX triplet: 55, 0B and 7D. RGB value is (85,11,125). Sum of RGB (Red+Green+Blue) = 85+11+125=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #550B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B7D is #AAF482. Grayscale: #2D2D2D. Windows color (decimal): -11203715 or 8194901. OLE color: 8194901.

HSL color Cylindrical-coordinate representation of color #550B7D: hue angle of 278.95º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550B7D is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 11 125 -
CMYK 0.32 0.91 0 0.51
HSL 278.95º 0.84% 0.27% -
HSV(B) 278.95º 0.91% 0.49% -
XYZ 7.57 3.65 19.71 -
YUV 46.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 85 11 125 0.32 0.91 0 0.51 278.95 0.84 0.27
Hex 55 B 7D 20 5B 0 33 117 54 1B
Octal 125 13 175 40 133 0 63 427 124 33
Binary 1010101 1011 1111101 100000 1011011 0 110011 100010111 1010100 11011

Color Harmonies of #550B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B7D

Black with #550B7D

Text Example


Text Example

White with #550B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,125); }

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

background-color css

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

 a { background-color: rgb(85,11,125); }

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

border-color css

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

 span { border-color: rgb(85,11,125); }

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