Html Css Color HEX #550FA4 Indigo

📋 copy color: '#550FA4'

red 85 ◦ green 15 ◦ blue 164

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

Shades of Indigo #550FA4

Tints of Indigo #550FA4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 164 (64.45% from 255) = 62.12%

R = 32.2%
G = 5.68%
B = 62.12%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#550FA4 (or 0x550FA4) is known color: Indigo. HEX triplet: 55, 0F and A4. RGB value is (85,15,164). Sum of RGB (Red+Green+Blue) = 85+15+164=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #550FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FA4 is #AAF05B. Grayscale: #343434. Windows color (decimal): -11202652 or 10751829. OLE color: 10751829.

HSL color Cylindrical-coordinate representation of color #550FA4: hue angle of 268.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550FA4 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 15 164 -
CMYK 0.48 0.91 0 0.36
HSL 268.19º 0.83% 0.35% -
HSV(B) 268.19º 0.91% 0.64% -
XYZ 10.62 4.95 35.52 -
YUV 52.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 85 15 164 0.48 0.91 0 0.36 268.19 0.83 0.35
Hex 55 F A4 30 5B 0 24 10C 53 23
Octal 125 17 244 60 133 0 44 414 123 43
Binary 1010101 1111 10100100 110000 1011011 0 100100 100001100 1010011 100011

Color Harmonies of #550FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FA4

Black with #550FA4

Text Example


Text Example

White with #550FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,15,164); }

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

background-color css

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

 a { background-color: rgb(85,15,164); }

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

border-color css

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

 span { border-color: rgb(85,15,164); }

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