Html Css Color HEX #551083 Indigo

📋 copy color: '#551083'

red 85 ◦ green 16 ◦ blue 131

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

Shades of Indigo #551083

Tints of Indigo #551083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.47%

R = 36.64%
G = 6.9%
B = 56.47%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#551083 (or 0x551083) is known color: Indigo. HEX triplet: 55, 10 and 83. RGB value is (85,16,131). Sum of RGB (Red+Green+Blue) = 85+16+131=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #551083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551083 is #AAEF7C. Grayscale: #313131. Windows color (decimal): -11202429 or 8589397. OLE color: 8589397.

HSL color Cylindrical-coordinate representation of color #551083: hue angle of 276º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551083 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 16 131 -
CMYK 0.35 0.88 0 0.49
HSL 276º 0.78% 0.29% -
HSV(B) 276º 0.88% 0.51% -
XYZ 8.03 3.94 21.81 -
YUV 49.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 85 16 131 0.35 0.88 0 0.49 276 0.78 0.29
Hex 55 10 83 23 58 0 31 114 4E 1D
Octal 125 20 203 43 130 0 61 424 116 35
Binary 1010101 10000 10000011 100011 1011000 0 110001 100010100 1001110 11101

Color Harmonies of #551083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551083

Black with #551083

Text Example


Text Example

White with #551083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551083; }

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

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

background-color css

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

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

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

border-color css

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

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

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