Html Css Color HEX #550A74 Indigo

📋 copy color: '#550A74'

red 85 ◦ green 10 ◦ blue 116

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

Shades of Indigo #550A74

Tints of Indigo #550A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 40.28%
G = 4.74%
B = 54.98%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550A74 (or 0x550A74) is known color: Indigo. HEX triplet: 55, 0A and 74. RGB value is (85,10,116). Sum of RGB (Red+Green+Blue) = 85+10+116=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #550A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A74 is #AAF58B. Grayscale: #2C2C2C. Windows color (decimal): -11203980 or 7604821. OLE color: 7604821.

HSL color Cylindrical-coordinate representation of color #550A74: hue angle of 282.45º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550A74 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 10 116 -
CMYK 0.27 0.91 0 0.55
HSL 282.45º 0.84% 0.25% -
HSV(B) 282.45º 0.91% 0.45% -
XYZ 7.01 3.41 16.81 -
YUV 44.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 85 10 116 0.27 0.91 0 0.55 282.45 0.84 0.25
Hex 55 A 74 1B 5B 0 37 11A 54 19
Octal 125 12 164 33 133 0 67 432 124 31
Binary 1010101 1010 1110100 11011 1011011 0 110111 100011010 1010100 11001

Color Harmonies of #550A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A74

Black with #550A74

Text Example


Text Example

White with #550A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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