Html Css Color HEX #550362 Indigo

📋 copy color: '#550362'

red 85 ◦ green 3 ◦ blue 98

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

Shades of Indigo #550362

Tints of Indigo #550362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 45.7%
G = 1.61%
B = 52.69%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550362 (or 0x550362) is known color: Indigo. HEX triplet: 55, 03 and 62. RGB value is (85,3,98). Sum of RGB (Red+Green+Blue) = 85+3+98=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #550362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550362 is #AAFC9D. Grayscale: #262626. Windows color (decimal): -11205790 or 6423381. OLE color: 6423381.

HSL color Cylindrical-coordinate representation of color #550362: hue angle of 291.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550362 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 3 98 -
CMYK 0.13 0.97 0 0.62
HSL 291.79º 0.94% 0.2% -
HSV(B) 291.79º 0.97% 0.38% -
XYZ 5.98 2.88 11.8 -
YUV 38.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 85 3 98 0.13 0.97 0 0.62 291.79 0.94 0.2
Hex 55 3 62 D 61 0 3E 124 5E 14
Octal 125 3 142 15 141 0 76 444 136 24
Binary 1010101 11 1100010 1101 1100001 0 111110 100100100 1011110 10100

Color Harmonies of #550362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550362

Black with #550362

Text Example


Text Example

White with #550362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550362; }

 p { color: rgb(85,3,98); }

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

background-color css

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

 a { background-color: rgb(85,3,98); }

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

border-color css

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

 span { border-color: rgb(85,3,98); }

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