Html Css Color HEX #550CA5 Indigo

📋 copy color: '#550CA5'

red 85 ◦ green 12 ◦ blue 165

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

Shades of Indigo #550CA5

Tints of Indigo #550CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 62.98%

R = 32.44%
G = 4.58%
B = 62.98%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#550CA5 (or 0x550CA5) is known color: Indigo. HEX triplet: 55, 0C and A5. RGB value is (85,12,165). Sum of RGB (Red+Green+Blue) = 85+12+165=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #550CA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550CA5 is #AAF35A. Grayscale: #323232. Windows color (decimal): -11203419 or 10816597. OLE color: 10816597.

HSL color Cylindrical-coordinate representation of color #550CA5: hue angle of 268.63º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550CA5 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 12 165 -
CMYK 0.48 0.93 0 0.35
HSL 268.63º 0.86% 0.35% -
HSV(B) 268.63º 0.93% 0.65% -
XYZ 10.67 4.91 35.98 -
YUV 51.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 85 12 165 0.48 0.93 0 0.35 268.63 0.86 0.35
Hex 55 C A5 30 5D 0 23 10D 56 23
Octal 125 14 245 60 135 0 43 415 126 43
Binary 1010101 1100 10100101 110000 1011101 0 100011 100001101 1010110 100011

Color Harmonies of #550CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CA5

Black with #550CA5

Text Example


Text Example

White with #550CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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