Html Css Color HEX #551073 Indigo

📋 copy color: '#551073'

red 85 ◦ green 16 ◦ blue 115

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

Shades of Indigo #551073

Tints of Indigo #551073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 39.35%
G = 7.41%
B = 53.24%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551073 (or 0x551073) is known color: Indigo. HEX triplet: 55, 10 and 73. RGB value is (85,16,115). Sum of RGB (Red+Green+Blue) = 85+16+115=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #551073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551073 is #AAEF8C. Grayscale: #2F2F2F. Windows color (decimal): -11202445 or 7540821. OLE color: 7540821.

HSL color Cylindrical-coordinate representation of color #551073: hue angle of 281.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551073 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 16 115 -
CMYK 0.26 0.86 0 0.55
HSL 281.82º 0.76% 0.26% -
HSV(B) 281.82º 0.86% 0.45% -
XYZ 7.03 3.54 16.53 -
YUV 47.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 85 16 115 0.26 0.86 0 0.55 281.82 0.76 0.26
Hex 55 10 73 1A 56 0 37 11A 4C 1A
Octal 125 20 163 32 126 0 67 432 114 32
Binary 1010101 10000 1110011 11010 1010110 0 110111 100011010 1001100 11010

Color Harmonies of #551073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551073

Black with #551073

Text Example


Text Example

White with #551073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551073; }

 p { color: rgb(85,16,115); }

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

background-color css

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

 a { background-color: rgb(85,16,115); }

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

border-color css

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

 span { border-color: rgb(85,16,115); }

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