Html Css Color HEX #550A9C Indigo

📋 copy color: '#550A9C'

red 85 ◦ green 10 ◦ blue 156

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

Shades of Indigo #550A9C

Tints of Indigo #550A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 33.86%
G = 3.98%
B = 62.15%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#550A9C (or 0x550A9C) is known color: Indigo. HEX triplet: 55, 0A and 9C. RGB value is (85,10,156). Sum of RGB (Red+Green+Blue) = 85+10+156=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #550A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550A9C is #AAF563. Grayscale: #303030. Windows color (decimal): -11203940 or 10226261. OLE color: 10226261.

HSL color Cylindrical-coordinate representation of color #550A9C: hue angle of 270.82º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550A9C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 10 156 -
CMYK 0.46 0.94 0 0.39
HSL 270.82º 0.88% 0.33% -
HSV(B) 270.82º 0.94% 0.61% -
XYZ 9.86 4.55 31.81 -
YUV 49.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 85 10 156 0.46 0.94 0 0.39 270.82 0.88 0.33
Hex 55 A 9C 2E 5E 0 27 10F 58 21
Octal 125 12 234 56 136 0 47 417 130 41
Binary 1010101 1010 10011100 101110 1011110 0 100111 100001111 1011000 100001

Color Harmonies of #550A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A9C

Black with #550A9C

Text Example


Text Example

White with #550A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,10,156); }

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

background-color css

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

 a { background-color: rgb(85,10,156); }

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

border-color css

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

 span { border-color: rgb(85,10,156); }

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