Html Css Color HEX #550267 Indigo

📋 copy color: '#550267'

red 85 ◦ green 2 ◦ blue 103

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

Shades of Indigo #550267

Tints of Indigo #550267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 44.74%
G = 1.05%
B = 54.21%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550267 (or 0x550267) is known color: Indigo. HEX triplet: 55, 02 and 67. RGB value is (85,2,103). Sum of RGB (Red+Green+Blue) = 85+2+103=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #550267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550267 is #AAFD98. Grayscale: #262626. Windows color (decimal): -11206041 or 6750805. OLE color: 6750805.

HSL color Cylindrical-coordinate representation of color #550267: hue angle of 289.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550267 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 2 103 -
CMYK 0.17 0.98 0 0.60
HSL 289.31º 0.96% 0.21% -
HSV(B) 289.31º 0.98% 0.4% -
XYZ 6.22 2.95 13.07 -
YUV 38.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 85 2 103 0.17 0.98 0 0.60 289.31 0.96 0.21
Hex 55 2 67 11 62 0 3C 121 60 15
Octal 125 2 147 21 142 0 74 441 140 25
Binary 1010101 10 1100111 10001 1100010 0 111100 100100001 1100000 10101

Color Harmonies of #550267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550267

Black with #550267

Text Example


Text Example

White with #550267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550267; }

 p { color: rgb(85,2,103); }

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

background-color css

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

 a { background-color: rgb(85,2,103); }

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

border-color css

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

 span { border-color: rgb(85,2,103); }

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