Html Css Color HEX #551A8B Indigo

📋 copy color: '#551A8B'

red 85 ◦ green 26 ◦ blue 139

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

Shades of Indigo #551A8B

Tints of Indigo #551A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

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

R = 34%
G = 10.4%
B = 55.6%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#551A8B (or 0x551A8B) is known color: Indigo. HEX triplet: 55, 1A and 8B. RGB value is (85,26,139). Sum of RGB (Red+Green+Blue) = 85+26+139=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #551A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551A8B is #AAE574. Grayscale: #383838. Windows color (decimal): -11199861 or 9116245. OLE color: 9116245.

HSL color Cylindrical-coordinate representation of color #551A8B: hue angle of 271.33º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551A8B is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 26 139 -
CMYK 0.39 0.81 0 0.45
HSL 271.33º 0.68% 0.32% -
HSV(B) 271.33º 0.81% 0.55% -
XYZ 8.78 4.53 24.84 -
YUV 56.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 85 26 139 0.39 0.81 0 0.45 271.33 0.68 0.32
Hex 55 1A 8B 27 51 0 2D 10F 44 20
Octal 125 32 213 47 121 0 55 417 104 40
Binary 1010101 11010 10001011 100111 1010001 0 101101 100001111 1000100 100000

Color Harmonies of #551A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A8B

Black with #551A8B

Text Example


Text Example

White with #551A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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